You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
I followed the instructions to install Vamp on a Kubernetes cluster, I installed it using Minikube v0.28.2 and Kubernetes v1.10.0.
Since RBAC is enabled by default, Vamp cannot create resource:
deployments.extensions is forbidden: User "system:serviceaccount:default:default" cannot create deployments.extensions in the namespace "default"
vamp_kube_quickstart.sh used in the instruction is missing the service account and role/rolebinding configuration.
Maybe not all the features would work, but with the following configuration I'm able to deploy/delete/update a deployment:
I followed the instructions to install Vamp on a Kubernetes cluster, I installed it using Minikube v0.28.2 and Kubernetes v1.10.0.
Since RBAC is enabled by default, Vamp cannot create resource:
vamp_kube_quickstart.sh
used in the instruction is missing the service account and role/rolebinding configuration.Maybe not all the features would work, but with the following configuration I'm able to deploy/delete/update a deployment:
The text was updated successfully, but these errors were encountered: