Bug 1554624
| Summary: | should not hard code scalable objects in 'oc status' | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> |
| Component: | oc | Assignee: | Maciej Szulik <maszulik> |
| Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 3.10.0 | CC: | aos-bugs, jokerman, mmccomas, yapei |
| Target Milestone: | --- | ||
| Target Release: | 3.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-04-09 23:40:43 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
Yadan Pei
2018-03-13 03:03:30 UTC
This is not an 3.9 bug. The referenced upstream bug is specifically "what do we do after 3.9". Moving to 3.10 The checks for HPA were removed in https://github.com/openshift/origin/pull/18950 in 3.10, moving to qa. # oc create -f https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/deployment/deployment1.json deploymentconfig.apps.openshift.io "hooks" created # oc create -f https://raw.githubusercontent.com/openshift-qe/v3-testfiles/master/deployment/hello-deployment-1.yaml deployment.extensions "hello-openshift" created # oc status -v Flag --verbose has been deprecated, Use --suggest instead. In project yapei on server https://<master>:8443 dc/hooks deploys docker.io/openshift/hello-openshift:latest deployment #1 deployed 3 minutes ago - 1 pod deployment/hello-openshift deploys openshift/hello-openshift deployment #1 running for 2 minutes - 10 pods Info: * deployment/hello-openshift has no liveness probe to verify pods are still running. try: oc set probe deployment/hello-openshift --liveness ... * dc/hooks has no readiness probe to verify pods are ready to accept traffic or ensure deployment is successful. try: oc set probe dc/hooks --readiness ... * dc/hooks has no liveness probe to verify pods are still running. try: oc set probe dc/hooks --liveness ... View details with 'oc describe <resource>/<name>' or list everything with 'oc get all'. No HPA info in 'oc status', move to VERIFIED # oc version oc v3.10.119 kubernetes v1.10.0+b81c8f8 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://<master>:8443 openshift v3.10.119 kubernetes v1.10.0+b81c8f8 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-2019:0620 |