From c87c0631e54da3f3cfb053b664503b737ccd1949 Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Thu, 1 Apr 2021 18:10:09 +0000 Subject: [PATCH] Remove old note related to offline installation The PR https://github.com/kubernetes-sigs/kubespray/pull/6927 has been merged and the issue https://github.com/kubernetes-sigs/kubespray/issues/6233 was fixed. This removes unnecessary note for the above PR. --- docs/offline-environment.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/offline-environment.md b/docs/offline-environment.md index 3655e15879a..21689eedbeb 100644 --- a/docs/offline-environment.md +++ b/docs/offline-environment.md @@ -110,5 +110,3 @@ If you use [Kubespray Container Image](#recommended-way:-kubespray-container-ima ```bash docker run --rm -it -v path_to_inventory/my_airgap_cluster:inventory/my_airgap_cluster myprivateregisry.com/kubespray/kubespray:v2.14.0 ansible-playbook -i inventory/my_airgap_cluster/hosts.yaml -b cluster.yml ``` - -## Please Note: Offline installation doesn't support CRI-O container runtime at the moment (see [this issue](https://github.com/kubernetes-sigs/kubespray/issues/6233))