-
Notifications
You must be signed in to change notification settings - Fork 29
How can you set cluster username / password, or pass --insecure-bind-address to kube-apiserver ? #175
Comments
sorry for the late delay, you can add the |
I tried creating a password file using htpasswd and adding but then VM startup stalls on |
where are you adding |
to this list |
you cannot point to file that way, copy that file to VM first |
sorry I don't understand re. user-data. Which directory should the file be placed in on the VM?
and same thing in the repo: |
here is the part where you can add files https://github.com/TheNewNormal/kube-solo-osx/blob/master/src/cloud-init/user-data#L270 them use that path --basic-auth |
Just tried setting
and
it once again hangs at the |
I'm trying to deploy the cockpit container (https://github.com/cockpit-project/cockpit) to a kube-solo cluster, but can't figure out how to use cockpit's authentication mechanism with kube-solo.
When I deploy to google container engine - I can login to cockpit using the cluster's "admin" username and password which I can look up using
kubectl config view
.How can I set up equivalent credentials in kube-solo?
Ps. I asked the developers of cockpit:
cockpit-project/cockpit#6549
and they suggested another workaround - which is to run kube-apiserver with --insecure-bind-address or --basic-auth-file
but I'm not sure how to do this either
The text was updated successfully, but these errors were encountered: