Activity log for bug #1921068

Date Who What changed Old value New value Message
2021-03-24 02:51:41 Kevin W Monroe bug added bug
2021-03-24 03:00:01 Kevin W Monroe charm-kubernetes-master: assignee Kevin W Monroe (kwmonroe)
2021-03-24 03:00:03 Kevin W Monroe charm-kubernetes-master: status New In Progress
2021-03-24 13:13:03 Kevin W Monroe charm-kubernetes-master: milestone 1.21
2021-03-24 13:13:25 Kevin W Monroe tags review-needed
2021-03-24 13:14:27 Kevin W Monroe description With CK 1.20 and juju 2.8.9, I deployed and configured the vsphere-integrator charm like this: https://ubuntu.com/kubernetes/docs/1.20/charm-vsphere-integrator PVCs were getting stuck in Pending, with kubectl describe showing this Warning: Warning ProvisioningFailed 29m (x8 over 33m) persistentvolume-controller Failed to provision volume with StorageClass "mystorage": ServerFaultCode: Cannot complete login due to an incorrect user name or password. I stumbled across this: https://kb.vmware.com/s/article/67650 And (at the time), my vsphere password had a '#' in it. About 5 minutes after I quoted the password in the cloud-config.conf for apiserver and controller-manager snaps, kubecsct describe showed this: Normal ProvisioningSucceeded 28m persistentvolume-controller Successfully provisioned volume pvc-377d28be-7d28-479f-9052-43b159cc0ae9 using kubernetes.io/vsphere-volume The k8s-master charm should quote the password when creating the conf. With CK 1.20 and juju 2.8.9, I deployed and configured the vsphere-integrator charm like this: https://ubuntu.com/kubernetes/docs/1.20/charm-vsphere-integrator PVCs were getting stuck in Pending, with kubectl describe showing this Warning:   Warning ProvisioningFailed 29m (x8 over 33m) persistentvolume-controller Failed to provision volume with StorageClass "mystorage": ServerFaultCode: Cannot complete login due to an incorrect user name or password. I stumbled across this: https://kb.vmware.com/s/article/67650 And (at the time), my vsphere password had a '#' in it. About 5 minutes after I quoted the password in the cloud-config.conf for apiserver and controller-manager snaps, kubectl describe showed this:   Normal ProvisioningSucceeded 28m persistentvolume-controller Successfully provisioned volume pvc-377d28be-7d28-479f-9052-43b159cc0ae9 using kubernetes.io/vsphere-volume The k8s-master charm should quote the password when creating the conf.
2021-03-25 13:52:16 George Kraft charm-kubernetes-master: importance Undecided Medium
2021-03-25 18:00:55 George Kraft tags review-needed
2021-03-25 18:01:00 George Kraft charm-kubernetes-master: status In Progress Fix Committed
2021-04-15 21:48:07 Chris Sanders charm-kubernetes-master: status Fix Committed Fix Released