You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ A controller for cdnos pod on Kubernetes Network Simulator (kne).
27
27
**Build and push your image to the location specified by `IMG`:**
28
28
29
29
```sh
30
-
make docker-build docker-push IMG=public.ecr.aws/dn/cdnos-controller:1.4
30
+
make docker-build docker-push
31
31
```
32
32
33
33
**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
41
41
**Deploy the Manager to the cluster with the image specified by `IMG`:**
42
42
43
43
```sh
44
-
make deploy IMG=public.ecr.aws/dn/cdnos-controller:1.4
44
+
make deploy
45
45
```
46
46
47
47
> **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin privileges or be logged in as admin.
0 commit comments