You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hal deploy apply uses the old style proxy path for kubernetes which was removed in v1.10
Cloud Provider(s):
Kubernetes
Environment:
Spinnaker running on and deploying to a cluster upgraded to 1.10 in AWS.
Feature Area:
Halyard: hal deploy apply
Description:
When deploying services to kubernetes halyard calls http://localhost:41573/api/v1/proxy/namespaces/spinnaker/services/spin-orca-bootstrap:8083/orchestrate which gives a 404 in kubernetes 1.10 as the base /api/v1/proxy path has been removed in favour of /api/v1/namespaces/{namespace}/{type}/{object}/proxy. This shows up as ERROR Unexpected exception: retrofit.RetrofitError: 404 Not Found and all services failing to deploy.
Issue Summary:
hal deploy apply
uses the old style proxy path for kubernetes which was removed in v1.10Cloud Provider(s):
Environment:
Spinnaker running on and deploying to a cluster upgraded to 1.10 in AWS.
Feature Area:
Halyard:
hal deploy apply
Description:
When deploying services to kubernetes halyard calls
http://localhost:41573/api/v1/proxy/namespaces/spinnaker/services/spin-orca-bootstrap:8083/orchestrate
which gives a 404 in kubernetes 1.10 as the base/api/v1/proxy
path has been removed in favour of/api/v1/namespaces/{namespace}/{type}/{object}/proxy
. This shows up asERROR Unexpected exception: retrofit.RetrofitError: 404 Not Found
and all services failing to deploy.Steps to Reproduce:
hal deploy apply
Additional Details:
Kubernetes PR removing the path used: kubernetes/kubernetes#59884
/var/log/spinnaker/halyard/halyard.log
:The text was updated successfully, but these errors were encountered: