From af1e16b9345e836a348460f1d88220f88b8b1b5f Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Fri, 2 Apr 2021 09:48:11 -0700 Subject: [PATCH] Remove old note related to offline installation (#7429) 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 3655e1587..21689eedb 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))