Ben Weisburd

Results 75 comments of Ben Weisburd

I tried creating a password file using htpasswd and adding `--basic-auth-file=/Users/weisburd/kube-solo/cloud-init/basicauth` but then VM startup stalls on ```Waiting for etcd service to be ready on VM...```

to this list https://github.com/TheNewNormal/kube-solo-osx/blob/master/src/cloud-init/user-data#L164-L179 in `/Users/weisburd/kube-solo/user-data`

sorry I don't understand re. user-data. Which directory should the file be placed in on the VM? I just tried SSH'ing into the VM and looking for it, but I...

Just tried setting ``` # Start API server ExecStart=/data/opt/bin/kube-apiserver \ --client-ca-file=/data/kubernetes/ca.crt \ --tls-cert-file=/data/kubernetes/server.cert \ --tls-private-key-file=/data/kubernetes/server.key \ --admission_control=NamespaceLifecycle,NamespaceAutoProvision,LimitRanger,ServiceAccount,ResourceQuota \ --service_account_key_file=/data/kubernetes/server.key \ --service_account_lookup=false \ --allow_privileged=true \ --insecure_bind_address=0.0.0.0 \ --insecure_port=8080 \ --kubelet_https=true \...

Thanks! For now I was just doing queries and joins in a SQLite shell.

Hi @kottalovag , glad you're planning to submit a PR. I would go with 2a. in case somebody already has code that depends on the current behavior.

This is likely the same issue as https://github.com/bw2/ConfigArgParse/issues/96 Since you're using the default config file format (rather than .yaml), the current way to specify multiple values is ``` a=[1,2] ```...

This could be fixed by modifying calls to `already_on_command_line(..)` to pass in a list of `action.option_strings` not just for the current action, but for all actions that have the same...