Welcome to the Linux Foundation Forum!
-
Re: Problems creating Daemon
Hi @josepmaria, Depending on the size of your cluster this may be the expected outcome. Keep in mind that the DaemonSet Pods are also subject to scheduling constraints such as taints/tolerations, nam…1 -
Re: Problems creating Daemon
Hi @josepmaria, Perhaps there is a demo video you may have missed where multi-node clusters are discussed. However, you can scale a cluster with the minikube node add command. To find out more about …1 -
Re: Problems creating Daemon
Hi @josepmaria, Based on the provided output, you have one node, hence the only one DaemonSet Pod created. Did you expect a different outcome? Why? For a better understanding of the DaemonSet control…1 -
Re: When to define Pods, ReplicaSets and Deployments
Hi @josepmaria, It seems you just answered your own question: and In summary, a Deployment created imperatively does not require explicit creation of the Pod and ReplicaSet objects, while a Deploymen…1 -
Re: Problems creating Daemon
Hi @josepmaria, You can simply replace the image with another OCI compliant image, such as fluentd hosted on docker hub. The updated manifest should look like this: ... spec: containers: - name: flue…1
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)