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
Is your task related to a problem? Please describe
kubenetes version:1.29.1
kubenetes-client 6.13.4
when i exec the following code:
DeploymentRollback deploymentRollback = new DeploymentRollbackBuilder()
.withApiVersion("app/v1")
.withName(name)
.withRollbackTo(new RollbackConfig(revision)).build();
kubernetesClient.apps().deployments().inNamespace(K8SConfig.K8S_DEFAULT_NAMESPACE).withName(name).rollback(deploymentRollback);
errormessage:
Message: the server could not find the requested resource. Received status: Status(apiVersion=v1, code=404, details=StatusDetails(causes=[], group=null, kind=null, name=null, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=the server could not find the requested resource, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=NotFound, st
help me!!!
Describe the solution you'd like
rollout deployment could worked
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your task related to a problem? Please describe
kubenetes version:1.29.1
kubenetes-client 6.13.4
when i exec the following code:
errormessage:
Message: the server could not find the requested resource. Received status: Status(apiVersion=v1, code=404, details=StatusDetails(causes=[], group=null, kind=null, name=null, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=the server could not find the requested resource, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=NotFound, st
help me!!!
Describe the solution you'd like
rollout deployment could worked
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: