kubernetes-sigs / sig-windows-dev-tools

This is a batteries included local development environment for Kubernetes on Windows.
Apache License 2.0
80 stars 46 forks source link

CNI: antrea uses different SA during deploy #205

Closed dougsland closed 2 years ago

dougsland commented 2 years ago

In the Antrea deploy, there no service account called kube-proxy-windows for getting the token from secret (only antrea-agent). This patch sets antrea-agent for the initial token collection.

Resolves: https://github.com/kubernetes-sigs/sig-windows-dev-tools/issues/198

Signed-off-by: Douglas Schilling Landgraf dougsland@redhat.com

knabben commented 2 years ago

/lgtm

knabben commented 2 years ago

/approve

k8s-ci-robot commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dougsland, knabben

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/sig-windows-dev-tools/blob/master/OWNERS)~~ [knabben] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment