Andrew Reed

Results 21 comments of Andrew Reed

> I'm still looking into this. And I don't see how device attestation will be integrated here. @maraino the acme provisioner will need to be configured use an authorizing webhook...

That is a partial fix for the issue, but there are still other conditions that could cause the reboot to hang.

No, kurl cannot be safely used without ekco. In addition to reboot scripts, it provides certificate rotation and some features for recovery after a node is lost. Kubernetes 1.21 provides...

Yes, the script must still be run before shutdown to safely unmount PVCs.

There's no timeline because there's no known fix.

Does it work if you run `apt update && apt upgrade` prior to running the kurl installer?

It's possible with a single node cluster using these commands https://github.com/kubernetes/kubeadm/issues/338#issuecomment-407383077 as long as you're not using rook/ceph for storage. Another option is to install docker first and then use...

That might work. You'd probably need to specify the prod IP as the private address in the kurl spec: ``` kurl: privateAddress: ```

The `/opt/ekco/shutdown.sh` script runs automatically and cordons the node whenever it shuts down cleanly. The `/opt/ekco/start.sh` script uncordons the no when it restarts. The changed hostname on startup must be...

If you write your spec in a file named "installer.yaml" then you could use this command, which will return the url for your installer: ``` curl -X POST -H "Content-Type:...