Rimantas (Rimas) Mocevicius

Results 178 comments of Rimantas (Rimas) Mocevicius

this is more question to @AntonioMeireles who is the wizard behind corectl tool used for the apps virtualisation

currently k8s starts via fleet units which allows easily make changes redeploy the changed unit. we can try option 1). never used authn/authz before, can you provide the kube master...

@whitlockjc fleet might be gone from the next version, just do the systemd unit and add it to cloud-init file

@whitlockjc the latest version v0.8.7 has no fleet anymore, so update user-data file

@whitlockjc update the kube-apiserver.service in fleet folder, then it that folder run ' fleetctl destroy kube-apiserver.service && fleetctl start kube-apiserver.serrvice' and the kube-apiserver will redeployed

@whitlockjc `corectl.app` v0.2.1 works on macOS 10.10, so you can use it with the latest `kube-solo` v0.8.7. So update the `cloud-init` there to check `authn/authz`

no worries @whitlockjc just edit the `kube-solo/cloud-init/user-data` file and then `halt` and `up`, that's it. Can `authn/authz` stuff be enabled all the time and not used?

ok, then just drop your updated `user-data` file and instructions how to use to me by email, so if there are such needs I have it. :) thanks

added @viglesiasce comments from k8s helm channel: ``` in order to work around that could you implement a static route at the OS level to point the service IPs to...