Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgchiaretto committed Dec 15, 2024
1 parent c9cf498 commit 2eee9b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions content/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ asciidoc:
page-pagination: true
my_var: "foo"
guid: my-guid
user: userx
page-links:
- url: https://redhat.com
text: Red Hat
7 changes: 6 additions & 1 deletion content/modules/ROOT/pages/exercise12-guided.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ NOTE: Do not forget to change the IP to value defined on step 5.
virtctl ssh lab-user@exercise12-a -c 'curl --silent --connect-timeout 3 http://IP'
----

[source,subs="attributes"]
----
Warning: Permanently added 'vmi/exercise12-a.namespace-user5' (ED25519) to the list of known hosts.
Warning: Permanently added 'vmi/exercise12-a.namespace-{user}' (ED25519) to the list of known hosts.
exit status 28
----

Expand All @@ -101,6 +102,7 @@ oc get multi-networkpolicies.k8s.cni.cncf.io
oc get multi-networkpolicies.k8s.cni.cncf.io deny-by-default -o yaml
----

[source,subs="attributes"]
----
apiVersion: k8s.cni.cncf.io/v1beta1
kind: MultiNetworkPolicy
Expand Down Expand Up @@ -149,6 +151,7 @@ spec:
[start=10]
10. In this network-policy there's an error on label used on `podSelector`. The correct label is `vm.kubevirt.io/name: exercise12-a`

[source,subs="attributes"]
----
apiVersion: k8s.cni.cncf.io/v1beta1
kind: MultiNetworkPolicy
Expand Down Expand Up @@ -193,3 +196,5 @@ virtctl ssh lab-user@exercise12-a -c 'curl --silent --connect-timeout 3 http://I





0 comments on commit 2eee9b8

Please sign in to comment.