Bug 1989687
Summary: | daemonset openshift-kube-proxy/openshift-kube-proxy to have maxUnavailable 10% or 33% | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Richard Theis <rtheis> |
Component: | Networking | Assignee: | Ben Pickard <bpickard> |
Networking sub component: | openshift-sdn | QA Contact: | zhaozhanqi <zzhao> |
Status: | CLOSED DUPLICATE | Docs Contact: | |
Severity: | medium | ||
Priority: | unspecified | CC: | astoycos, dahernan |
Version: | 4.8 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-12-06 20:27:38 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Richard Theis
2021-08-03 17:56:25 UTC
apiVersion: apps/v1 kind: DaemonSet metadata: annotations: deprecated.daemonset.template.generation: "2" kubernetes.io/description: | This daemonset is the kubernetes service proxy (kube-proxy). release.openshift.io/version: 4.8.2 creationTimestamp: "2021-08-03T12:32:39Z" generation: 2 name: openshift-kube-proxy namespace: openshift-kube-proxy ownerReferences: - apiVersion: operator.openshift.io/v1 blockOwnerDeletion: true controller: true kind: Network name: cluster uid: ef68884d-6ff3-45c7-a23e-d1e791c30882 resourceVersion: "91160" uid: 74949715-7a00-49e7-beda-8e52e3bb1a57 spec: revisionHistoryLimit: 10 selector: matchLabels: app: kube-proxy template: metadata: annotations: target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}' creationTimestamp: null labels: app: kube-proxy component: network openshift.io/component: network type: infra spec: containers: ... updateStrategy: rollingUpdate: maxSurge: 0 maxUnavailable: 1 type: RollingUpdate status: currentNumberScheduled: 3 desiredNumberScheduled: 3 numberAvailable: 3 numberMisscheduled: 0 numberReady: 3 observedGeneration: 2 updatedNumberScheduled: 3 Hi, are there any updates? Bug got lost in the stack. This bug pops up frequently and I should be able to take care of this with a backport @rtheis.com Thank you. *** This bug has been marked as a duplicate of bug 2029590 *** |