skip to Main Content

Pod is not getting selected by Deployment selector – Nginx

I have this Deployment object: apiVersion: apps/v1 kind: Deployment metadata: name: deployment-webserver-nginx annotations: description: This is a demo deployment for nginx webserver labels: app: deployment-webserver-nginx spec: replicas: 3 selector: matchLabels: app: deployment-webserver-pods template: metadata: labels: app: deployment-webserver-pods spec: containers: -…

VIEW QUESTION

Jenkins helm chart not updating plugins – Nginx

I am having a problem with jenkins kubernetes pod that stopped working after the last pod restart (done by kubernetes). So, I am having errors like this in my log: 2021-02-05 11:00:55.856+0000 [id=27] INFO jenkins.InitReactorRunner$1#onAttained: Listed all plugins 2021-02-05 11:00:56.883+0000…

VIEW QUESTION
Back To Top
Search