Hello,
This project was exactly what I was looking for but I can't get it to work. Basically follow the first few steps and everything is fine.
kubectl apply -f https://raw.githubusercontent.com/ibuildthecloud/klum/master/deploy.yaml
Create the below file.
kind: User
apiVersion: klum.cattle.io/v1alpha1
metadata:
name: chris
Apply with:
kubectl apply -f create_user_chris.yml
Then get the kubeconfig.
kubectl get kubeconfig chris -o json | jq .spec > kubeconfig
Error from server (NotFound): kubeconfigs.klum.cattle.io "chris" not found
Hello,
This project was exactly what I was looking for but I can't get it to work. Basically follow the first few steps and everything is fine.
kubectl apply -f https://raw.githubusercontent.com/ibuildthecloud/klum/master/deploy.yaml
Create the below file.
Apply with:
kubectl apply -f create_user_chris.yml
Then get the kubeconfig.
kubectl get kubeconfig chris -o json | jq .spec > kubeconfig
Error from server (NotFound): kubeconfigs.klum.cattle.io "chris" not found