File tree Expand file tree Collapse file tree 9 files changed +27
-27
lines changed
component-config-tutorial/testdata/project
cronjob-tutorial/testdata/project
getting-started/testdata/project
pkg/plugins/golang/v4/scaffolds/internal/templates
project-v4-multigroup-with-deploy-image
project-v4-with-deploy-image Expand file tree Collapse file tree 9 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 19
19
make docker-build docker-push IMG=< some-registry> /project:tag
20
20
```
21
21
22
- ** NOTE:** This image ought to be published in the personal registry you specified.
23
- And it is required to have access to pull the image from the working environment.
22
+ ** NOTE:** This image ought to be published in the personal registry you specified.
23
+ And it is required to have access to pull the image from the working environment.
24
24
Make sure you have the proper permission to the registry if the above commands don’t work.
25
25
26
26
** Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
35
35
make deploy IMG=< some-registry> /project:tag
36
36
```
37
37
38
- > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
38
+ > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
39
39
privileges or be logged in as admin.
40
40
41
41
** Create instances of your solution**
Original file line number Diff line number Diff line change 19
19
make docker-build docker-push IMG=< some-registry> /project:tag
20
20
```
21
21
22
- ** NOTE:** This image ought to be published in the personal registry you specified.
23
- And it is required to have access to pull the image from the working environment.
22
+ ** NOTE:** This image ought to be published in the personal registry you specified.
23
+ And it is required to have access to pull the image from the working environment.
24
24
Make sure you have the proper permission to the registry if the above commands don’t work.
25
25
26
26
** Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
35
35
make deploy IMG=< some-registry> /project:tag
36
36
```
37
37
38
- > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
38
+ > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
39
39
privileges or be logged in as admin.
40
40
41
41
** Create instances of your solution**
Original file line number Diff line number Diff line change 19
19
make docker-build docker-push IMG=< some-registry> /project:tag
20
20
```
21
21
22
- ** NOTE:** This image ought to be published in the personal registry you specified.
23
- And it is required to have access to pull the image from the working environment.
22
+ ** NOTE:** This image ought to be published in the personal registry you specified.
23
+ And it is required to have access to pull the image from the working environment.
24
24
Make sure you have the proper permission to the registry if the above commands don’t work.
25
25
26
26
** Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
35
35
make deploy IMG=< some-registry> /project:tag
36
36
```
37
37
38
- > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
38
+ > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
39
39
privileges or be logged in as admin.
40
40
41
41
** Create instances of your solution**
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ const readmeFileTemplate = `# {{ .ProjectName }}
80
80
81
81
%s
82
82
83
- **NOTE:** This image ought to be published in the personal registry you specified.
84
- And it is required to have access to pull the image from the working environment.
83
+ **NOTE:** This image ought to be published in the personal registry you specified.
84
+ And it is required to have access to pull the image from the working environment.
85
85
Make sure you have the proper permission to the registry if the above commands don’t work.
86
86
87
87
**Install the CRDs into the cluster:**
@@ -92,7 +92,7 @@ Make sure you have the proper permission to the registry if the above commands d
92
92
93
93
%s
94
94
95
- > **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
95
+ > **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin
96
96
privileges or be logged in as admin.
97
97
98
98
**Create instances of your solution**
Original file line number Diff line number Diff line change 19
19
make docker-build docker-push IMG=< some-registry> /project-v4-multigroup-with-deploy-image:tag
20
20
```
21
21
22
- ** NOTE:** This image ought to be published in the personal registry you specified.
23
- And it is required to have access to pull the image from the working environment.
22
+ ** NOTE:** This image ought to be published in the personal registry you specified.
23
+ And it is required to have access to pull the image from the working environment.
24
24
Make sure you have the proper permission to the registry if the above commands don’t work.
25
25
26
26
** Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
35
35
make deploy IMG=< some-registry> /project-v4-multigroup-with-deploy-image:tag
36
36
```
37
37
38
- > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
38
+ > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
39
39
privileges or be logged in as admin.
40
40
41
41
** Create instances of your solution**
Original file line number Diff line number Diff line change 19
19
make docker-build docker-push IMG=< some-registry> /project-v4-multigroup:tag
20
20
```
21
21
22
- ** NOTE:** This image ought to be published in the personal registry you specified.
23
- And it is required to have access to pull the image from the working environment.
22
+ ** NOTE:** This image ought to be published in the personal registry you specified.
23
+ And it is required to have access to pull the image from the working environment.
24
24
Make sure you have the proper permission to the registry if the above commands don’t work.
25
25
26
26
** Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
35
35
make deploy IMG=< some-registry> /project-v4-multigroup:tag
36
36
```
37
37
38
- > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
38
+ > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
39
39
privileges or be logged in as admin.
40
40
41
41
** Create instances of your solution**
Original file line number Diff line number Diff line change 19
19
make docker-build docker-push IMG=< some-registry> /project-v4-with-deploy-image:tag
20
20
```
21
21
22
- ** NOTE:** This image ought to be published in the personal registry you specified.
23
- And it is required to have access to pull the image from the working environment.
22
+ ** NOTE:** This image ought to be published in the personal registry you specified.
23
+ And it is required to have access to pull the image from the working environment.
24
24
Make sure you have the proper permission to the registry if the above commands don’t work.
25
25
26
26
** Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
35
35
make deploy IMG=< some-registry> /project-v4-with-deploy-image:tag
36
36
```
37
37
38
- > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
38
+ > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
39
39
privileges or be logged in as admin.
40
40
41
41
** Create instances of your solution**
Original file line number Diff line number Diff line change 19
19
make docker-build docker-push IMG=< some-registry> /project-v4-with-grafana:tag
20
20
```
21
21
22
- ** NOTE:** This image ought to be published in the personal registry you specified.
23
- And it is required to have access to pull the image from the working environment.
22
+ ** NOTE:** This image ought to be published in the personal registry you specified.
23
+ And it is required to have access to pull the image from the working environment.
24
24
Make sure you have the proper permission to the registry if the above commands don’t work.
25
25
26
26
** Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
35
35
make deploy IMG=< some-registry> /project-v4-with-grafana:tag
36
36
```
37
37
38
- > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
38
+ > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
39
39
privileges or be logged in as admin.
40
40
41
41
** Create instances of your solution**
Original file line number Diff line number Diff line change 19
19
make docker-build docker-push IMG=< some-registry> /project-v4:tag
20
20
```
21
21
22
- ** NOTE:** This image ought to be published in the personal registry you specified.
23
- And it is required to have access to pull the image from the working environment.
22
+ ** NOTE:** This image ought to be published in the personal registry you specified.
23
+ And it is required to have access to pull the image from the working environment.
24
24
Make sure you have the proper permission to the registry if the above commands don’t work.
25
25
26
26
** Install the CRDs into the cluster:**
@@ -35,7 +35,7 @@ make install
35
35
make deploy IMG=< some-registry> /project-v4:tag
36
36
```
37
37
38
- > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
38
+ > ** NOTE** : If you encounter RBAC errors, you may need to grant yourself cluster-admin
39
39
privileges or be logged in as admin.
40
40
41
41
** Create instances of your solution**
You can’t perform that action at this time.
0 commit comments