Skip to content

Commit df34f83

Browse files
authored
fixed doc (#14)
1 parent 514eacb commit df34f83

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CDNOS Image URL to use to test CDNOS CRD Deployment
22
CDNOS_IMG ?= registry.dev.drivenets.net/devops/cdnos_pr_61596:19.1.0.1_priv.61596.59ad5662f25a3760114008c0e51c2ef1b583ae7e
33
# Image URL to use all building/pushing image targets
4-
CONTROLLER_IMG ?= public.ecr.aws/dn/cdnos-controller:1.7.2
4+
CONTROLLER_IMG ?= public.ecr.aws/dn/cdnos-controller:1.7.3
55
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
66
ENVTEST_K8S_VERSION = 1.28.0
77

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A controller for cdnos pod on Kubernetes Network Simulator (kne).
2727
**Build and push your image to the location specified by `IMG`:**
2828

2929
```sh
30-
make docker-build docker-push IMG=public.ecr.aws/dn/cdnos-controller:1.4
30+
make docker-build docker-push
3131
```
3232

3333
**NOTE:** This image ought to be published in the personal registry you specified. And it is required to have access to pull the image from the working environment. Make sure you have the proper permission to the registry if the above commands don’t work.
@@ -41,7 +41,7 @@ make install
4141
**Deploy the Manager to the cluster with the image specified by `IMG`:**
4242

4343
```sh
44-
make deploy IMG=public.ecr.aws/dn/cdnos-controller:1.4
44+
make deploy
4545
```
4646

4747
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin privileges or be logged in as admin.

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: public.ecr.aws/dn/cdnos-controller
8-
newTag: "1.7.2"
8+
newTag: "1.7.3"

config/manifests/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ spec:
576576
- --leader-elect
577577
command:
578578
- /manager
579-
image: public.ecr.aws/dn/cdnos-controller:1.7.2
579+
image: public.ecr.aws/dn/cdnos-controller:1.7.3
580580
livenessProbe:
581581
httpGet:
582582
path: /healthz

0 commit comments

Comments
 (0)