diff --git a/.gitignore b/.gitignore index c0d8df30..78177c01 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ tests/integration/*-chart-*.tgz # ansible-test generated file tests/integration/inventory tests/integration/*-*.yml + +# VS Code settings +.vscode/ diff --git a/docs/kubernetes.core.k8s_cp_module.rst b/docs/kubernetes.core.k8s_cp_module.rst index 21badc81..f74a0eac 100644 --- a/docs/kubernetes.core.k8s_cp_module.rst +++ b/docs/kubernetes.core.k8s_cp_module.rst @@ -512,6 +512,7 @@ Notes .. note:: - the tar binary is required on the container when copying from local filesystem to pod. + - the (init) container has to be started before you copy files or directories to it. - To avoid SSL certificate validation errors when ``validate_certs`` is *True*, the full certificate chain for the API server must be provided via ``ca_cert`` or in the kubeconfig file.