We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@ALL, @luxas ,
I've just finished the setup and perfomed some basic tests ... here is the summary what I did:
.ded
/boot/cmdline.txt' replacing
with
/etc/resolv.conf
# ksp-restart.sh # --- #!/bin/bash kubectl delete po $(kubectl get po --namespace=kube-system | grep kube-dns | cut -d' ' -f 1) --namespace=kube-system kubectl delete po $(kubectl get po --namespace=kube-system | grep dashboard | cut -d' ' -f 1) --namespace=kube-system
That's all, ... hope it's useful can save precious hours of some of you!
EM
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@ALL, @luxas ,
I've just finished the setup and perfomed some basic tests ... here is the summary what I did:
.ded
install/boot/cmdline.txt' replacing
cgroup_enablewith
cpuset` as mentioned in this thread/etc/resolv.conf
manually and put something like thisThat's all, ... hope it's useful can save precious hours of some of you!
EM
The text was updated successfully, but these errors were encountered: