Hide Forgot
Description of problem: A customer recently asked if we can add the horizontalpodautoscaler (hpa) resource to the output of 'oc get all'. Since this isn't a cluster level resource that is possibly reusable, can that be done?
Users must be aware that by adding it to 'all' means not only 'get all' but only 'delete all'. But if that's only I'm good with adding hpa's to 'all'.
s/only/ok
@fabiano There's a pull upstream to expand their list based on discovery. It got reverted because it broke kubemark. You can try to shepherd this: https://github.com/kubernetes/kubernetes/pull/30199
Related Trello card: https://trello.com/c/4idHX3Rd/753-2-add-hpa-resource-to-oc-get-all-cli-kubernetes Also related upstream PR: https://github.com/kubernetes/kubernetes/pull/39887 The PR linked in https://bugzilla.redhat.com/show_bug.cgi?id=1372387#c3 has already merged, and `oc get all` currently includes hpa resources https://github.com/openshift/origin/blob/master/vendor/k8s.io/kubernetes/pkg/kubectl/cmd/util/shortcut_restmapper.go#L116. Should this card be moved to ON_QA?
It is covered in mentioned trello card that is accepted and gone through routine tests since then. Moving to VERIFIED