Open norcis opened 4 years ago
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: https://github.com/rancher/rancher/issues/23053
Sorry about delay!
This plugin only works with ranche 1.6
Soon I will compatibility with rancher 2.0 and update here.
Soon I will compatibility with rancher 2.0 and update here.
Any news?
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.