Bug 1622439 - master-api/controller/etcd should be in system-node-critical priorityClassName
Summary: master-api/controller/etcd should be in system-node-critical priorityClassName
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Node
Version: 3.11.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.11.0
Assignee: Avesh Agarwal
QA Contact: DeShuai Ma
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-27 08:22 UTC by DeShuai Ma
Modified: 2018-10-11 07:26 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-11 07:25:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:2652 0 None None None 2018-10-11 07:26:26 UTC

Description DeShuai Ma 2018-08-27 08:22:52 UTC
Description of problem:
As comment https://trello.com/c/tK1L0HwE/905-3-scheduler-system-critical-and-node-critical-priority-classes-should-be-restricted-to-few-namespaces#comment-5b7c49f169e59f07c321325a, master-api/controller/etcd should in system-node-critical priorityClassName, But now it's in system-cluster-critical

Version-Release number of selected component (if applicable):
openshift v3.11.0-0.22.0
kubernetes v1.11.0+d4cacc0

How reproducible:
100%

Steps to Reproduce:
1. Check the priorityClassName of master api/controller/etcd pod
oc get po -n kube-system -o yaml|grep priorityClassName


Actual results:
1. the priorityClassName of master api/controller/etcd is system-cluster-critical
[root@qe-dma-master-etcd-1 ~]# oc get po -n kube-system
NAME                                      READY     STATUS    RESTARTS   AGE
master-api-qe-dma-master-etcd-1           1/1       Running   0          5h
master-controllers-qe-dma-master-etcd-1   1/1       Running   0          5h
master-etcd-qe-dma-master-etcd-1          1/1       Running   0          5h
[root@qe-dma-master-etcd-1 ~]# oc get po -n kube-system -o yaml|grep priorityClassName
    priorityClassName: system-cluster-critical
    priorityClassName: system-cluster-critical
    priorityClassName: system-cluster-critical


Expected results:
1. The priorityClassName api/controller/etcd should be system-node-critical

Additional info:

Comment 2 Avesh Agarwal 2018-08-30 14:56:12 UTC
(In reply to Avesh Agarwal from comment #1)
> https://github.com/openshift/openshift-ansible/pull/9801

PR is merged. Moving it to Modified.

Comment 4 DeShuai Ma 2018-09-06 02:39:53 UTC
Verify on 3.11.0-0.28.0

[root@ip-172-18-6-161 ~]# oc get po -n kube-system -o yaml|grep priorityClassName
    priorityClassName: system-node-critical
    priorityClassName: system-node-critical
    priorityClassName: system-node-critical
[root@ip-172-18-6-161 ~]# 
[root@ip-172-18-6-161 ~]# oc version
oc v3.11.0-0.28.0
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO

Server https://ip-172-18-6-161.ec2.internal:8443
openshift v3.11.0-0.28.0
kubernetes v1.11.0+d4cacc0

Comment 6 errata-xmlrpc 2018-10-11 07:25:54 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:2652


Note You need to log in before you can comment on or make changes to this bug.