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
i think const newreplicaset = 'newreplicaset' should be changed to const newreplicaset = 'newreplicaset:'.
Version
I am using the latest version
Runner
self hosted
Relevant log output
##[debug]found string of interest for replicaset, line is Progressing True NewReplicaSetAvailable
##[debug]substring is True NewReplicaSetAvailable
##[debug]found string of interest for replicaset, line is NewReplicaSet: xxx-deployment-77546558b9 (1/1 replicas created)
##[debug]substring is : xxx-deployment-77546558b9 (1/1 replicas created)
The text was updated successfully, but these errors were encountered:
What happened?
if the manifest file is
deployment
, i expected restarting pod.but, pod is not restarted because
owner
is wrong.it is related with this code block.
k8s-deploy/src/types/kubectl.ts
Line 83 in d565a17
here is the result of
kubectl describe deployment
.and this line will be converted to
:
.i think
const newreplicaset = 'newreplicaset'
should be changed toconst newreplicaset = 'newreplicaset:'
.Version
Runner
self hosted
Relevant log output
The text was updated successfully, but these errors were encountered: