Skip to content

Commit

Permalink
back quote
Browse files Browse the repository at this point in the history
  • Loading branch information
herveleclerc committed Jan 21, 2025
1 parent 26d470a commit 9a42549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cours/containers/kubernetes/k8s-troubleshouting.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
Docs: https://github.com/kubernetes/kubernetes
Main PID: 15767 (kube-apiserver)
Tasks: 13 (limit: 2362)
````
```
Répétez le même process pour les autres services tels que: kube-controller-manager, kube-scheduler, kubelet, kube-proxy
Expand Down Expand Up @@ -249,7 +249,7 @@
NAME STATUS ROLES AGE VERSION
worker-1 Ready <none> 8d v1.21.0
worker-2 NotReady <none> 8d v1.21.0
````
```
```bash
$ kubectl describe node worker-1
Expand Down
2 changes: 1 addition & 1 deletion cours/containers/kubernetes/k8s-usage.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ metadata:
```bash
kubectl apply -f dashboard-adminuser.yaml
````
```

### Kubernetes : Kubernetes Dashboard

Expand Down

0 comments on commit 9a42549

Please sign in to comment.