Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 383957b6ebe5ced86ded888ac94cc6889b411a46
Choose a base ref
..
head repository: kubernetes/website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9d3a44982e9cd1ac1c50b4e343f1ea46a310ab7b
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 content/en/docs/tasks/configure-pod-container/configure-service-account.md
Original file line number Diff line number Diff line change
@@ -202,9 +202,9 @@ The content of `token` is elided here.
```

- Verify it has been created.
```shell
kubectl get secrets myregistrykey
```
```shell
kubectl get secrets myregistrykey
```

The output is similar to this: