Skip to content

Commit

Permalink
Update README.md - fix kubernetes ingress broken link (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartinus authored Mar 21, 2024
1 parent bdf9dd3 commit 729f613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ testSuites:
- Kubectl plugin named "kubectl-hns" version 0.9.0 is installed on your system.
- Installing via kubectl plugin named "krew" is not a good idea as it will pull the latest version which might not work. Hense, [install kubectl-hns v0.9.0 plugin via this link](https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/tag/v0.9.0) following "Manual steps"
- `HNC_VERSION=v0.9.0 HNC_PLATFORM=darwin_amd64 curl -L https://github.com/kubernetes-sigs/hierarchical-namespaces/releases/download/${HNC_VERSION}/kubectl-hns_${HNC_PLATFORM} -o ./kubectl-hns && chmod +x ./kubectl-hns`
- Ingress Controller named "kubernetes-ingress". [See instructions here](https://kubernetes.github.io/ingress-nginx/deploy/_)
- Ingress Controller named "kubernetes-ingress". [See instructions here](https://kubernetes.github.io/ingress-nginx/deploy/)
- All your namespaces are being observed by HNC system. When installing NGINX ingress controller it will create its own namespace and HNC system will complain. To prevent that we need to exclude namespace used by NGINX insgress controller from HNC.
- Use inline editing method: `kubectl edit -n hnc-system deploy hnc-controller-manager` find deployment with name "name: hnc-controller-manager" and add one more entry into the list under `spec/containers/args`. Entry looks like this: `--excluded-namespace=ingress-nginx`
- Custom resource definition "External secrets" is installed in your local cluster:
Expand Down

0 comments on commit 729f613

Please sign in to comment.