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