Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#542 from jsturtevant/service-accou…
Browse files Browse the repository at this point in the history
…nt-issuer

add service account issuer flag
  • Loading branch information
k8s-ci-robot authored Mar 9, 2021
2 parents 3513be5 + a29284a commit dc07de2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/k8s-azure/manifest/kubernetes.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"kubernetesConfig": {
"kubeletConfig": {
"--feature-gates": "ExecProbeTimeout=true"
},
"apiServerConfig": {
"--service-account-issuer": "https://kubernetes.default.svc.cluster.local"
}
}
},
Expand Down

0 comments on commit dc07de2

Please sign in to comment.