Skip to content

Commit

Permalink
feat(doks/doks-public) disabling during upgrade to 1.25 (#4099)
Browse files Browse the repository at this point in the history
as per https://docs.digitalocean.com/products/kubernetes/how-to/upgrade-cluster/#new-control-plane we have to disable any action on digital ocean clusters 

to follow the process use jenkins-infra/helpdesk#3582
  • Loading branch information
smerle33 authored Jun 22, 2023
1 parent 532805f commit 0693ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_k8s
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline {
axes {
axis {
name 'K8S_CLUSTER'
values 'cik8s', 'doks', 'doks-public', 'eks-public', 'privatek8s', 'publick8s'
values 'cik8s', 'eks-public', 'privatek8s', 'publick8s'
}
} // axes
agent {
Expand Down

0 comments on commit 0693ade

Please sign in to comment.