From 7eb070c1aac8aed866c7dff9ef109aa4cbb1f833 Mon Sep 17 00:00:00 2001 From: Suzana Fernandes Date: Tue, 14 Jan 2025 17:20:09 +0000 Subject: [PATCH] Documentation has incorrect json data in kubectl command (dsR10, r10) closes-bug: 2094838 Change-Id: I0a143382b0ec0e8f17b0bd5b64c2428c21a7a524 Signed-off-by: Suzana Fernandes --- ...-authentication-for-k8s-user-authentication-8cea26362167.rst | 2 +- ...ministrator-configure-system-remote-cli-and-7b814d8937df.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/security/kubernetes/configure-oidc-ldap-authentication-for-k8s-user-authentication-8cea26362167.rst b/doc/source/security/kubernetes/configure-oidc-ldap-authentication-for-k8s-user-authentication-8cea26362167.rst index 0fbb00f00..02394cd9f 100644 --- a/doc/source/security/kubernetes/configure-oidc-ldap-authentication-for-k8s-user-authentication-8cea26362167.rst +++ b/doc/source/security/kubernetes/configure-oidc-ldap-authentication-for-k8s-user-authentication-8cea26362167.rst @@ -139,7 +139,7 @@ In this example, |OIDC|/|LDAP| authentication is setup for local |LDAP|. .. code-block:: - $ kubectl get secret system-local-ca -n cert-manager -o=jsonpath='{.\ `data.ca `__\\.crt}' | base64 --decode > /home/sysadmin/oidc/local-ldap-ca-cert.crt + $ kubectl get secret system-local-ca -n cert-manager -o=jsonpath='{.data.ca\.crt}' | base64 --decode > /home/sysadmin/oidc/local-ldap-ca-cert.crt $ kubectl create secret generic local-ldap-ca-cert --from-file=/home/sysadmin/oidc/local-ldap-ca-cert.crt -n kube-system diff --git a/doc/source/security/kubernetes/system-administrator-configure-system-remote-cli-and-7b814d8937df.rst b/doc/source/security/kubernetes/system-administrator-configure-system-remote-cli-and-7b814d8937df.rst index eb2509805..78096dd73 100644 --- a/doc/source/security/kubernetes/system-administrator-configure-system-remote-cli-and-7b814d8937df.rst +++ b/doc/source/security/kubernetes/system-administrator-configure-system-remote-cli-and-7b814d8937df.rst @@ -40,7 +40,7 @@ This procedure should be performed on your Linux-based system. $ sudo apt-get update # Install Docker Packages - $ sudo apt-get install docker-ce docker-ce-cli `containerd.io `__ docker-buildx-plugin docker-compose-plugin + $ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin # Verify that the Docker Engine installation is successful by running the hello-world image. $ sudo docker run hello-world