@@ -24,7 +24,7 @@ Before starting, make sure you have the following:
24
24
* The kubectl CLI tool, together with the kubeconfig file for accessing the K8s cluster
25
25
* The optional openssl CLI tool, for validating the generated certificates
26
26
27
- ` ``shell
27
+ ``` shell
28
28
$ k get all -n metallb-system
29
29
NAME READY STATUS RESTARTS AGE
30
30
pod/controller-57b4fdc957-dr4h4 1/1 Running 0 18d
@@ -45,9 +45,11 @@ deployment.apps/controller 1/1 1 1 18d
45
45
46
46
NAME DESIRED CURRENT READY AGE
47
47
replicaset.apps/controller-57b4fdc957 1 1 1 18d
48
- ` ``
48
+ ```
49
49
50
- ```shell
50
+
51
+
52
+ ``` shell
51
53
$ k get all -n ingress-nginx
52
54
NAME READY STATUS RESTARTS AGE
53
55
pod/ingress-nginx-controller-5957546d75-zjwjh 1/1 Running 0 15d
@@ -61,9 +63,9 @@ deployment.apps/ingress-nginx-controller 1/1 1 1 15d
61
63
62
64
NAME DESIRED CURRENT READY AGE
63
65
replicaset.apps/ingress-nginx-controller-5957546d75 1 1 1 15d
64
- ` ``
66
+ ```
65
67
66
- ` ``shell
68
+ ``` shell
67
69
$ k get all -n cert-manager
68
70
NAME READY STATUS RESTARTS AGE
69
71
pod/cert-manager-6bcdd5f7c-f7lfw 1/1 Running 0 18d
@@ -83,4 +85,5 @@ NAME DESIRED CURRENT READY
83
85
replicaset.apps/cert-manager-6bcdd5f7c 1 1 1 18d
84
86
replicaset.apps/cert-manager-cainjector-5d4577b4d9 1 1 1 18d
85
87
replicaset.apps/cert-manager-webhook-bf957dc77 1 1 1 18d
86
- ```
88
+ ```
89
+
0 commit comments