We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't make it work with current version or Rancher (2.3.4).
First of all url changed from http://rancher.mycompany.com:8080/v2-beta/projects/{projectId}}/services/{serviceId} to http://rancher.mycompany.com:8080/v3/project/{projectId}/services/{serviceId}
When running I get error: "Ooops! Exception: The given key 'launchConfig' was not present in the dictionary."
Btw. Key is with none scope. If project scope is set, than Authorization error is shown.
The text was updated successfully, but these errors were encountered:
Seems Rancher has new v3 API.
To change image uri or tag and redeplay it needs to GET / modify / PUT /v3/project/{projectid}/workloads/deployment:default:myserviceid
To redeploy without modifying image, new api action is coming soon: rancher/rancher#23053
Sorry, something went wrong.
Sorry about delay!
This plugin only works with ranche 1.6
Soon I will compatibility with rancher 2.0 and update here.
Any news?
No branches or pull requests
I can't make it work with current version or Rancher (2.3.4).
First of all url changed from
http://rancher.mycompany.com:8080/v2-beta/projects/{projectId}}/services/{serviceId}
to
http://rancher.mycompany.com:8080/v3/project/{projectId}/services/{serviceId}
When running I get error: "Ooops! Exception: The given key 'launchConfig' was not present in the dictionary."
Btw. Key is with none scope. If project scope is set, than Authorization error is shown.
The text was updated successfully, but these errors were encountered: