Stanislav Levchenko

Results 7 comments of Stanislav Levchenko

I have a simple cluster with one controlplane and one worker node. All nodes are in ready status ``` stas@ivinco-k8s-controlplane01:~$ kubectl get nodes NAME STATUS ROLES AGE VERSION ivinco-k8s-controlplane01 Ready...

@timoreimann thank you for your answer. As I mentioned in the init comment, I've tried both variant with `--provider-id` option and without it with the same result. And now I...

@timoreimann I've added providerID option to /var/lib/kubelet/config.yaml config. And it is still not displayed in node manifest. I have the only one worker node, so here is a log output...

I have solved the issue by adding string ``` ... Environment="KUBELET_EXTRA_ARGS=--cloud-provider=external --provider-id=digitalocean://" ... ``` to the file `/etc/systemd/system/kubelet.service.d/10-kubeadm.conf` . So, I think the issue can be closed.

The root of this issue is missing `/opt/percona/peer-list` in the **percona/percona-xtradb-cluster-operator:1.17.0-pxc8.0-backup-pxb8.0.35** image Here is the related function from backup.sh script (entrypoint script for the image) ```bash function get_backup_source() { CLUSTER_SIZE=$(/opt/percona/peer-list...

I’m not very familiar with the architecture of the operator’s backup process, but it looks like that file is used to retrieve information about the PXC cluster. It’s not related...

I can confirm the issue. I have tried to disable authentication via crd and using custom configmap. Both variants haven't effect.