Closed yairst closed 7 months ago
In Kubernetes example readme, need to replace all ./example/ occurrences with ./examples/. For example
./example/
./examples/
kubectl apply --server-side -f ./example/kubernetes/manifests/setup kubectl apply --server-side -f ./example/kubernetes/manifests
should be:
kubectl apply --server-side -f ./examples/kubernetes/manifests/setup kubectl apply --server-side -f ./examples/kubernetes/manifests
Oh. Good find! Do you want to send a PR? Contributions are very welcome!
In Kubernetes example readme, need to replace all
./example/
occurrences with./examples/
. For exampleshould be: