kubernetes-sigs / cluster-addons

Addon operators for Kubernetes clusters.
Apache License 2.0
155 stars 47 forks source link

Update README in kubeproxy-operator #105

Closed atoato88 closed 2 years ago

atoato88 commented 3 years ago

This PR updates README.md in kubeproxy-operator.

In step 3 on "Running in a cluster" section, it is needed that kind-controll-plane-1 loads controller container image created by make docker-build. Container name on kind-controll-plane-1 is docker.io/library/controller, that's why set IMG=docker.io/library/controller:latest on run make deploy.

justinsb commented 2 years ago

Thanks @atoato88

/approve /lgtm

k8s-ci-robot commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: atoato88, justinsb

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/cluster-addons/blob/master/OWNERS)~~ [justinsb] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment