Note:
-The
+rancher/ranchercontainer is hosted on DockerHub. If you don't have access to DockerHub, or you are installing Rancher without an Internet connection, refer to Air Gap Installation.The
rancher/ranchercontainer is hosted on DockerHub. If you don't have access to DockerHub, or you are installing Rancher without an Internet connection, refer to how to prepare for an Air Gap Installation.Note:
For a list of other Rancher Server tags available, refer to Rancher Server Tags.
diff --git a/layouts/shortcodes/requirements_ports_rancher_rke.html b/layouts/shortcodes/requirements_ports_rancher_rke.html new file mode 100644 index 00000000000..41401055ff8 --- /dev/null +++ b/layouts/shortcodes/requirements_ports_rancher_rke.html @@ -0,0 +1,57 @@ ++diff --git a/src/img/rancher/add-persistent-volume.png b/src/img/rancher/add-persistent-volume.png new file mode 100644 index 00000000000..9c47699b292 Binary files /dev/null and b/src/img/rancher/add-persistent-volume.png differ diff --git a/src/img/rancher/calico-diagram.svg b/src/img/rancher/calico-diagram.svg new file mode 100644 index 00000000000..a8a95ec7b50 --- /dev/null +++ b/src/img/rancher/calico-diagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/img/rancher/calico-logo.png b/src/img/rancher/calico-logo.png new file mode 100644 index 00000000000..1babef8df8d Binary files /dev/null and b/src/img/rancher/calico-logo.png differ diff --git a/src/img/rancher/canal-diagram.png b/src/img/rancher/canal-diagram.png new file mode 100644 index 00000000000..51252382eb3 Binary files /dev/null and b/src/img/rancher/canal-diagram.png differ diff --git a/src/img/rancher/canal-logo.png b/src/img/rancher/canal-logo.png new file mode 100644 index 00000000000..22b02f3f8bb Binary files /dev/null and b/src/img/rancher/canal-logo.png differ diff --git a/src/img/rancher/cloud-provider.png b/src/img/rancher/cloud-provider.png new file mode 100644 index 00000000000..fc45d3c3693 Binary files /dev/null and b/src/img/rancher/cloud-provider.png differ diff --git a/src/img/rancher/cluster-options.png b/src/img/rancher/cluster-options.png new file mode 100644 index 00000000000..9a79f5ae97b Binary files /dev/null and b/src/img/rancher/cluster-options.png differ diff --git a/src/img/rancher/cni-logo.png b/src/img/rancher/cni-logo.png new file mode 100644 index 00000000000..50c54d2f524 Binary files /dev/null and b/src/img/rancher/cni-logo.png differ diff --git a/src/img/rancher/edit-cluster.png b/src/img/rancher/edit-cluster.png new file mode 100644 index 00000000000..1f921c7ffe6 Binary files /dev/null and b/src/img/rancher/edit-cluster.png differ diff --git a/src/img/rancher/encapsulated-network.svg b/src/img/rancher/encapsulated-network.svg new file mode 100644 index 00000000000..3f5634e6af2 --- /dev/null +++ b/src/img/rancher/encapsulated-network.svg @@ -0,0 +1,109 @@ + + + diff --git a/src/img/rancher/flannel-diagram.png b/src/img/rancher/flannel-diagram.png new file mode 100644 index 00000000000..aba8b2bc42b Binary files /dev/null and b/src/img/rancher/flannel-diagram.png differ diff --git a/src/img/rancher/flannel-logo.png b/src/img/rancher/flannel-logo.png new file mode 100644 index 00000000000..632441620f8 Binary files /dev/null and b/src/img/rancher/flannel-logo.png differ diff --git a/src/img/rancher/unencapsulated-network.svg b/src/img/rancher/unencapsulated-network.svg new file mode 100644 index 00000000000..58bfdbf3760 --- /dev/null +++ b/src/img/rancher/unencapsulated-network.svg @@ -0,0 +1,105 @@ + + +Cluster External Ports
+These ports should be open between nodes and the external network for communication and management of Rancher.
++
++ +Protocol +Port +Description ++ +TCP +22 +SSH for RKE ++ +TCP +80 +Ingress controller - redirect to HTTPS ++ +TCP +443 +Ingress controller - HTTPS traffic to Rancher ++ + +TCP +6443 +HTTPS to kube-api, used by kubectl and helm +
+Additional Ports Required Between Rancher Cluster Nodes
+In addition to the ports listed above these ports must be open between nodes.
++
++ +Protocol +Port +Description ++ +TCP +2379-2380 +etcd ++ +udp +8472 +Overlay networking ++ +TCP +10250 +kubelet +