Maximilian Rink

Results 36 comments of Maximilian Rink

We are running into the same Issue, using chartmuseum as a bundeled component in harbor

https://cloudinit.readthedocs.io/en/latest/topics/modules.html According to this this now supports chrony, ntp, ntpdate, systemd-timesyncd.

im currently using thsi script to manually trigger the correct data being present ``` export GOVC_USERNAME='user' export GOVC_INSECURE=1 export GOVC_PASSWORD='pw' export GOVC_URL='server' DATACENTER='DC' FOLDER=Folder' # In my case I'm using...

Just verfified that running the CCM from the management cluster works

So, here is my yaml-file that i used to run the ccm from the mgmt cluster: [external-ccm-san.yaml.txt](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/files/4821091/external-ccm-san.yaml.txt) One thing i havent gotten to work with the this PoC: grabbing the...

Might be. Might also be that ive botched the rolebindings. The important part is, that putting that in the mgmt cluster works without additional changes. And we can still just...