Question
Kubernetes PVC for daemonsets
I have a 1 master two slave kubernetes architecture setup. So when I am creating a daemonset workload with busybox image which just generates some random logs, the container gets created in the first node (slave1) only. The (slave2)
container says ContainerCreating.
I have tried changing the PVC’s specs.accessModes: to ReadWriteMany.
Do I need to do any additional changes in order to get the pods running in both the slave nodes ?
Further: I’ll be backing up the data generated by these into NFS
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×