33= Creating an imagePullSecret for the {rac}
44
55To make the resources available for deployment, you need to create an imagePullSecret.
6- In this guide we use the name _application-collection_ for it.
6+ In this guide, we use the name _application-collection_ for it.
77
88# end::application-collection[]
99
@@ -19,7 +19,7 @@ Then run:
1919$ kubectl -n <namespace> create secret docker-registry application-collection --docker-server=dp.apps.rancher.io --docker-username=<yourUser> --docker-password=<yourPassword>
2020----
2121
22- As secrets are namespace-sensitive, you need to create this for every namespace needed .
22+ As secrets are namespace-sensitive, you need to create this for every required namespace .
2323
2424# end::create-kubectl[]
2525
@@ -53,7 +53,7 @@ The related secret can then be used for the components:
5353== Creating an imagePullSecret using {rancher}
5454
5555You can also create an imagePullSecret using {rancher}.
56- Therefore , open {rancher} and enter your cluster.
56+ To do so , open {rancher} and enter your cluster.
5757
5858Navigate to *Storage* -> *Secrets* as shown below:
5959
@@ -67,11 +67,11 @@ Click the *Create* button in the top right corner.
6767
6868image::EIC-Secrets-Overview.png[title=Secrets Overview,scaledwidth=99%]
6969
70- A window will appear asking you to select the Secret type. Select *Registry* as shown here:
70+ A window will appear asking you to select the secret type. Select *Registry* as shown here:
7171
7272image::EIC-Secrets-Types.png[title=Secrets Type Selection,scaledwidth=99%]
7373
74- Enter a name such as _application-collection_ for the Secret . In the text box *Registry Domain Name*, enter _dp.apps.rancher.io_.
74+ Enter a name such as _application-collection_ for the secret . In the text box *Registry Domain Name*, enter _dp.apps.rancher.io_.
7575Enter your user name and password and click the *Create* button at the bottom right.
7676
7777image::EIC-Secret-Create.png[title=Secrets Creation Step,scaledwidth=99%]
0 commit comments