You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/DISCONNECTED_INSTALL.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ You must have a private Docker Registry to perform a disconnected install -- if
8
8
9
9
There are two options in a Plan file that control disconnected installs:
10
10
11
-
**allow_package_installation**: If you want to install your own packages, set this flag to **false**. Not only will Kismatic NOT install packages for you, it will enforce that they have been installed correctly before attempting to install or upgrade Kubernetes.
11
+
**disable_package_installation**: If you want to install your own packages, set this flag to **true**. Not only will Kismatic NOT install packages for you, it will enforce that they have been installed correctly before attempting to install or upgrade Kubernetes.
12
12
13
13
**disconnected_install**: If you maintain your own docker registry, setting this flag to **true** will cause Kismatic to load all of the docker images needed to install Kubernetes into the registry. When this flag is set to true, all required kismatic packages must be either already installed or the URLs of cloned yum/deb repositories must be provided in the **package_repository_urls** field. When **package_repository_urls** is set, these repositories will be automatically configured on the nodes and used during the install.
14
14
15
15
... | connected install | disconnected install
16
16
--- | --- | ---
17
-
**allow package installation** | Most users will want this. Kismatic is fully automates and will download and install packages and docker images from public sources. This is likely the best option if you have internet access to your nodes and a wide pipe. | In this case, packages may be downloaded from the internet, but docker images will be downloaded once and installed in a docker registry that will feed your nodes.
18
-
**disallow package installation** | This is the option to choose if you do not want Kismatic to install any packages, but don't have an on-site docker registry. | In this case, you will be installing your own packages and synchronizing docker images with a local docker registry.
17
+
**enable package installation** | Most users will want this. Kismatic is fully automates and will download and install packages and docker images from public sources. This is likely the best option if you have internet access to your nodes and a wide pipe. | In this case, packages may be downloaded from the internet, but docker images will be downloaded once and installed in a docker registry that will feed your nodes.
18
+
**disable package installation** | This is the option to choose if you do not want Kismatic to install any packages, but don't have an on-site docker registry. | In this case, you will be installing your own packages and synchronizing docker images with a local docker registry.
0 commit comments