-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: FIS 2.0
-
Fix Version/s: FIS 2.0-patches
-
Component/s: FIS-Fabric8
-
Labels:None
-
Environment:
openshift v3.7.0-0.177.0
kubernetes v1.7.6+a08f5eeb62
io.fabric8:openshift-client:1.4.14.redhat-000021
horizontalPodAutoscalers().list() returns 404
the fabric8 client goes to
apis/extensions/v1beta1/namespaces/foobar/horizontalpodautoscalers
while in OCP 3.7, the api apparently changed to
apis/autoscaling/v1/namespaces/foobar/horizontalpodautoscalers
(not sure if anything else regarding this horizontalpodautoscalers has changed... )