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
https://kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/
I'm trying to setup konnectivity on microk8s. Can someone tell me if konnectivity is compatible?
According to the kubernetes guide, in point 4, it requires you to make changes to kube-apiserver on volumeMounts:
spec: containers: volumeMounts: - name: konnectivity-uds mountPath: /etc/kubernetes/konnectivity-server readOnly: false volumes: - name: konnectivity-uds hostPath: path: /etc/kubernetes/konnectivity-server type: DirectoryOrCreate
Does anyone know if this setup is compatible with microk8s?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi @lloiacono-fuji ,
You can add the --egress-selector-config-file to /var/snap/microk8s/current/args/kube-apiserver and restart microk8s.
--egress-selector-config-file
Sorry, something went wrong.
Hi @eaudetcobello , the --egress-selector-config-file to /var/snap/microk8s/current/args/kube-apiserver satisfies point 3
After, point 4 says to configure volumes on apiserver
Do we need to bypass some point in the documentation? Do you have documentation for setting up microk8s with konnectivity?
No branches or pull requests
https://kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/
I'm trying to setup konnectivity on microk8s.
Can someone tell me if konnectivity is compatible?
According to the kubernetes guide, in point 4, it requires you to make changes to kube-apiserver on volumeMounts:
Does anyone know if this setup is compatible with microk8s?
Thanks in advance!
The text was updated successfully, but these errors were encountered: