Merge pull request #33857 from Sea-n/fix-link

Fix Markdown link
This commit is contained in:
Kubernetes Prow Robot
2022-05-25 17:17:22 -07:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
@@ -982,7 +982,7 @@ kubectl create secret docker-registry secret-tiger-docker \
``` ```
That command creates a Secret of type `kubernetes.io/dockerconfigjson`. That command creates a Secret of type `kubernetes.io/dockerconfigjson`.
If you dump the `.data.dockercfgjson` field from that new Secret and then If you dump the `.data.dockerconfigjson` field from that new Secret and then
decode it from base64: decode it from base64:
```shell ```shell
@@ -100,4 +100,4 @@ In late 2021, SIG Docs introduced the PR Wrangler Shadow Program. The program wa
- Others can reach out on the [#sig-docs Slack channel](https://kubernetes.slack.com/messages/sig-docs) for requesting to shadow an assigned PR Wrangler for a specific week. Feel free to reach out to Brad Topol (`@bradtopol`) or one of the [SIG Docs co-chairs/leads](https://github.com/kubernetes/community/tree/master/sig-docs#leadership). - Others can reach out on the [#sig-docs Slack channel](https://kubernetes.slack.com/messages/sig-docs) for requesting to shadow an assigned PR Wrangler for a specific week. Feel free to reach out to Brad Topol (`@bradtopol`) or one of the [SIG Docs co-chairs/leads](https://github.com/kubernetes/community/tree/master/sig-docs#leadership).
- Once you've signed up to shadow a PR Wrangler, introduce yourself to the PR Wrangler on the [Kubernetes Slack](slack.k8s.io). - Once you've signed up to shadow a PR Wrangler, introduce yourself to the PR Wrangler on the [Kubernetes Slack](https://slack.k8s.io).