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
The page https://open-horizon.github.io/docs/anax/docs/cluster_install/ is missing the steps to form the config files for k3s and microk8s.
No response
For microk8s add the two commands maybe after step 3b in the microk8s section: cd .kube microk8s config > config
cd .kube
microk8s config > config
For k3s add the command maybe after step 1h in the k3s section: /etc/rancher/k3s/k3s.yaml as ~/.kube/config
/etc/rancher/k3s/k3s.yaml as ~/.kube/config
The text was updated successfully, but these errors were encountered:
Hi @joewxboy Could you assign this to me? Thank you
Sorry, something went wrong.
You got it!
Fixed, closing.
szeyan543
Successfully merging a pull request may close this issue.
What is the current documentation state?
The page https://open-horizon.github.io/docs/anax/docs/cluster_install/ is missing the steps to form the config files for k3s and microk8s.
Where is this stated?
No response
Why do you want to improve the statement?
No response
Proposed Statement
For microk8s add the two commands maybe after step 3b in the microk8s section:
cd .kube
microk8s config > config
For k3s add the command maybe after step 1h in the k3s section:
/etc/rancher/k3s/k3s.yaml as ~/.kube/config
Additional context.
No response
The text was updated successfully, but these errors were encountered: