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: docs/tutorials/rcodezero.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ These annotations will be used to determine what services should be registered w
180
180
181
181
Create the Deployment and Service:
182
182
183
-
```
183
+
```bash
184
184
$ kubectl create -f nginx.yaml
185
185
```
186
186
@@ -194,7 +194,7 @@ Check your [RcodeZero Configured Zones](https://my.rcodezero.at/domain) and sele
194
194
195
195
Once you have verified that ExternalDNS successfully manages RcodeZero DNS records for external services, you can delete the tutorial example as follows:
0 commit comments