mirror of https://github.com/kubernetes/kops.git
Merge pull request #9216 from hakman/prepare-multi-arch
Prepare Kops for multi-architecture support
This commit is contained in:
commit
9e4bf1699a
|
|
@ -190,6 +190,7 @@ k8s.io/kops/upup/pkg/fi/utils
|
||||||
k8s.io/kops/upup/pkg/kutil
|
k8s.io/kops/upup/pkg/kutil
|
||||||
k8s.io/kops/upup/tools/generators/fitask
|
k8s.io/kops/upup/tools/generators/fitask
|
||||||
k8s.io/kops/upup/tools/generators/pkg/codegen
|
k8s.io/kops/upup/tools/generators/pkg/codegen
|
||||||
|
k8s.io/kops/util/pkg/architectures
|
||||||
k8s.io/kops/util/pkg/env
|
k8s.io/kops/util/pkg/env
|
||||||
k8s.io/kops/util/pkg/exec
|
k8s.io/kops/util/pkg/exec
|
||||||
k8s.io/kops/util/pkg/hashing
|
k8s.io/kops/util/pkg/hashing
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,7 @@ go_library(
|
||||||
"//upup/pkg/fi:go_default_library",
|
"//upup/pkg/fi:go_default_library",
|
||||||
"//upup/pkg/fi/cloudup/awsup:go_default_library",
|
"//upup/pkg/fi/cloudup/awsup:go_default_library",
|
||||||
"//upup/pkg/fi/nodeup/nodetasks:go_default_library",
|
"//upup/pkg/fi/nodeup/nodetasks:go_default_library",
|
||||||
|
"//util/pkg/architectures:go_default_library",
|
||||||
"//util/pkg/exec:go_default_library",
|
"//util/pkg/exec:go_default_library",
|
||||||
"//util/pkg/proxy:go_default_library",
|
"//util/pkg/proxy:go_default_library",
|
||||||
"//util/pkg/reflectutils:go_default_library",
|
"//util/pkg/reflectutils:go_default_library",
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@ import (
|
||||||
"k8s.io/kops/pkg/systemd"
|
"k8s.io/kops/pkg/systemd"
|
||||||
"k8s.io/kops/upup/pkg/fi"
|
"k8s.io/kops/upup/pkg/fi"
|
||||||
"k8s.io/kops/upup/pkg/fi/nodeup/nodetasks"
|
"k8s.io/kops/upup/pkg/fi/nodeup/nodetasks"
|
||||||
|
"k8s.io/kops/util/pkg/architectures"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ContainerdBuilder install containerd (just the packages at the moment)
|
// ContainerdBuilder install containerd (just the packages at the moment)
|
||||||
|
|
@ -44,7 +45,7 @@ var containerdVersions = []packageVersion{
|
||||||
PackageVersion: "1.2.4",
|
PackageVersion: "1.2.4",
|
||||||
Name: "containerd.io",
|
Name: "containerd.io",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian9},
|
Distros: []distros.Distribution{distros.DistributionDebian9},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "1.2.4-1",
|
Version: "1.2.4-1",
|
||||||
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/containerd.io_1.2.4-1_amd64.deb",
|
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/containerd.io_1.2.4-1_amd64.deb",
|
||||||
Hash: "5d4eeec093bc6f0b35921b88c3939b480acc619c790f4eab001a66efb957e6c1",
|
Hash: "5d4eeec093bc6f0b35921b88c3939b480acc619c790f4eab001a66efb957e6c1",
|
||||||
|
|
@ -55,7 +56,7 @@ var containerdVersions = []packageVersion{
|
||||||
PackageVersion: "1.2.10",
|
PackageVersion: "1.2.10",
|
||||||
Name: "containerd.io",
|
Name: "containerd.io",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian9},
|
Distros: []distros.Distribution{distros.DistributionDebian9},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "1.2.10-3",
|
Version: "1.2.10-3",
|
||||||
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/containerd.io_1.2.10-3_amd64.deb",
|
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/containerd.io_1.2.10-3_amd64.deb",
|
||||||
Hash: "786a625f773ec5ac5dc4ebd9463ba7deb6926da890fa57a9ac79be7a6839865c",
|
Hash: "786a625f773ec5ac5dc4ebd9463ba7deb6926da890fa57a9ac79be7a6839865c",
|
||||||
|
|
@ -66,7 +67,7 @@ var containerdVersions = []packageVersion{
|
||||||
PackageVersion: "1.2.10",
|
PackageVersion: "1.2.10",
|
||||||
Name: "containerd.io",
|
Name: "containerd.io",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian10},
|
Distros: []distros.Distribution{distros.DistributionDebian10},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "1.2.10-3",
|
Version: "1.2.10-3",
|
||||||
Source: "https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/containerd.io_1.2.10-3_amd64.deb",
|
Source: "https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/containerd.io_1.2.10-3_amd64.deb",
|
||||||
Hash: "355973b23d3d172b5cfb05bc605f2b0cd7145f2fcc572264225d8910701c650d",
|
Hash: "355973b23d3d172b5cfb05bc605f2b0cd7145f2fcc572264225d8910701c650d",
|
||||||
|
|
@ -77,7 +78,7 @@ var containerdVersions = []packageVersion{
|
||||||
PackageVersion: "1.2.10",
|
PackageVersion: "1.2.10",
|
||||||
Name: "containerd.io",
|
Name: "containerd.io",
|
||||||
Distros: []distros.Distribution{distros.DistributionXenial},
|
Distros: []distros.Distribution{distros.DistributionXenial},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "1.2.10-3",
|
Version: "1.2.10-3",
|
||||||
Source: "https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/containerd.io_1.2.10-3_amd64.deb",
|
Source: "https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/containerd.io_1.2.10-3_amd64.deb",
|
||||||
Hash: "ec7f4698df82c4dc683a8835ef5a3ecce4df1e41c5d65b4e17558cdccf44952b",
|
Hash: "ec7f4698df82c4dc683a8835ef5a3ecce4df1e41c5d65b4e17558cdccf44952b",
|
||||||
|
|
@ -88,7 +89,7 @@ var containerdVersions = []packageVersion{
|
||||||
PackageVersion: "1.2.10",
|
PackageVersion: "1.2.10",
|
||||||
Name: "containerd.io",
|
Name: "containerd.io",
|
||||||
Distros: []distros.Distribution{distros.DistributionBionic},
|
Distros: []distros.Distribution{distros.DistributionBionic},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "1.2.10-3",
|
Version: "1.2.10-3",
|
||||||
Source: "https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/containerd.io_1.2.10-3_amd64.deb",
|
Source: "https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/containerd.io_1.2.10-3_amd64.deb",
|
||||||
Hash: "ffa99f3f4b3a76c66f04ad327b8eb6b437e311887e3e0330447fbf5ea2ddd827",
|
Hash: "ffa99f3f4b3a76c66f04ad327b8eb6b437e311887e3e0330447fbf5ea2ddd827",
|
||||||
|
|
@ -99,7 +100,7 @@ var containerdVersions = []packageVersion{
|
||||||
PackageVersion: "1.2.10",
|
PackageVersion: "1.2.10",
|
||||||
Name: "containerd.io",
|
Name: "containerd.io",
|
||||||
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7},
|
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "1.2.10",
|
Version: "1.2.10",
|
||||||
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.10-3.2.el7.x86_64.rpm",
|
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.10-3.2.el7.x86_64.rpm",
|
||||||
Hash: "8f29304480a197343fb6fb0fd28e8753aed4e177545568cb4ea3b0f0c02ebf82",
|
Hash: "8f29304480a197343fb6fb0fd28e8753aed4e177545568cb4ea3b0f0c02ebf82",
|
||||||
|
|
@ -110,7 +111,7 @@ var containerdVersions = []packageVersion{
|
||||||
PackageVersion: "1.2.10",
|
PackageVersion: "1.2.10",
|
||||||
Name: "containerd.io",
|
Name: "containerd.io",
|
||||||
Distros: []distros.Distribution{distros.DistributionRhel8, distros.DistributionCentos8},
|
Distros: []distros.Distribution{distros.DistributionRhel8, distros.DistributionCentos8},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "1.2.10",
|
Version: "1.2.10",
|
||||||
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.10-3.2.el7.x86_64.rpm",
|
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.2.10-3.2.el7.x86_64.rpm",
|
||||||
Hash: "8f29304480a197343fb6fb0fd28e8753aed4e177545568cb4ea3b0f0c02ebf82",
|
Hash: "8f29304480a197343fb6fb0fd28e8753aed4e177545568cb4ea3b0f0c02ebf82",
|
||||||
|
|
@ -124,7 +125,7 @@ var containerdVersions = []packageVersion{
|
||||||
PackageVersion: "1.2.10",
|
PackageVersion: "1.2.10",
|
||||||
PlainBinary: true,
|
PlainBinary: true,
|
||||||
Distros: []distros.Distribution{distros.DistributionAmazonLinux2, distros.DistributionFocal},
|
Distros: []distros.Distribution{distros.DistributionAmazonLinux2, distros.DistributionFocal},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.2.10.linux-amd64.tar.gz",
|
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.2.10.linux-amd64.tar.gz",
|
||||||
Hash: "9125a6ae5a89dfe9403fea7d03a8d8ba9fa97b6863ee8698c4e6c258fb14f1fd",
|
Hash: "9125a6ae5a89dfe9403fea7d03a8d8ba9fa97b6863ee8698c4e6c258fb14f1fd",
|
||||||
},
|
},
|
||||||
|
|
@ -133,7 +134,7 @@ var containerdVersions = []packageVersion{
|
||||||
{
|
{
|
||||||
PackageVersion: "1.2.11",
|
PackageVersion: "1.2.11",
|
||||||
PlainBinary: true,
|
PlainBinary: true,
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.2.11.linux-amd64.tar.gz",
|
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.2.11.linux-amd64.tar.gz",
|
||||||
Hash: "df89b00e927115f1f21eec139e55668a6284abb2f378512677c99a3751579e51",
|
Hash: "df89b00e927115f1f21eec139e55668a6284abb2f378512677c99a3751579e51",
|
||||||
},
|
},
|
||||||
|
|
@ -142,7 +143,7 @@ var containerdVersions = []packageVersion{
|
||||||
{
|
{
|
||||||
PackageVersion: "1.2.12",
|
PackageVersion: "1.2.12",
|
||||||
PlainBinary: true,
|
PlainBinary: true,
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.2.12.linux-amd64.tar.gz",
|
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.2.12.linux-amd64.tar.gz",
|
||||||
Hash: "291c26f97546ad92ce51e1584c002b286a82a64f1138cf11f78ef7c91adf5c80",
|
Hash: "291c26f97546ad92ce51e1584c002b286a82a64f1138cf11f78ef7c91adf5c80",
|
||||||
},
|
},
|
||||||
|
|
@ -151,7 +152,7 @@ var containerdVersions = []packageVersion{
|
||||||
{
|
{
|
||||||
PackageVersion: "1.2.13",
|
PackageVersion: "1.2.13",
|
||||||
PlainBinary: true,
|
PlainBinary: true,
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.2.13.linux-amd64.tar.gz",
|
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.2.13.linux-amd64.tar.gz",
|
||||||
Hash: "92d6ae6c60f6b068652b31811ce23d650ec0f6cc1e618ec9ae23db9321956258",
|
Hash: "92d6ae6c60f6b068652b31811ce23d650ec0f6cc1e618ec9ae23db9321956258",
|
||||||
},
|
},
|
||||||
|
|
@ -160,7 +161,7 @@ var containerdVersions = []packageVersion{
|
||||||
{
|
{
|
||||||
PackageVersion: "1.3.2",
|
PackageVersion: "1.3.2",
|
||||||
PlainBinary: true,
|
PlainBinary: true,
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.3.2.linux-amd64.tar.gz",
|
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.3.2.linux-amd64.tar.gz",
|
||||||
Hash: "95cf4d2cfa23c7a586980c51f8c283a9f0717e09d1a3cc54fc6ed7984923b7aa",
|
Hash: "95cf4d2cfa23c7a586980c51f8c283a9f0717e09d1a3cc54fc6ed7984923b7aa",
|
||||||
},
|
},
|
||||||
|
|
@ -169,7 +170,7 @@ var containerdVersions = []packageVersion{
|
||||||
{
|
{
|
||||||
PackageVersion: "1.3.3",
|
PackageVersion: "1.3.3",
|
||||||
PlainBinary: true,
|
PlainBinary: true,
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.3.3.linux-amd64.tar.gz",
|
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.3.3.linux-amd64.tar.gz",
|
||||||
Hash: "24ce7ad6b489fb25d07d2a3bb50e443fcce1ac3318f8cc0831e00668c2c9fd86",
|
Hash: "24ce7ad6b489fb25d07d2a3bb50e443fcce1ac3318f8cc0831e00668c2c9fd86",
|
||||||
},
|
},
|
||||||
|
|
@ -178,7 +179,7 @@ var containerdVersions = []packageVersion{
|
||||||
{
|
{
|
||||||
PackageVersion: "1.3.4",
|
PackageVersion: "1.3.4",
|
||||||
PlainBinary: true,
|
PlainBinary: true,
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.3.4.linux-amd64.tar.gz",
|
Source: "https://storage.googleapis.com/cri-containerd-release/cri-containerd-1.3.4.linux-amd64.tar.gz",
|
||||||
Hash: "4616971c3ad21c24f2f2320fa1c085577a91032a068dd56a41c7c4b71a458087",
|
Hash: "4616971c3ad21c24f2f2320fa1c085577a91032a068dd56a41c7c4b71a458087",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ import (
|
||||||
"k8s.io/kops/pkg/systemd"
|
"k8s.io/kops/pkg/systemd"
|
||||||
"k8s.io/kops/upup/pkg/fi"
|
"k8s.io/kops/upup/pkg/fi"
|
||||||
"k8s.io/kops/upup/pkg/fi/nodeup/nodetasks"
|
"k8s.io/kops/upup/pkg/fi/nodeup/nodetasks"
|
||||||
|
"k8s.io/kops/util/pkg/architectures"
|
||||||
"k8s.io/kops/util/pkg/vfs"
|
"k8s.io/kops/util/pkg/vfs"
|
||||||
"k8s.io/utils/mount"
|
"k8s.io/utils/mount"
|
||||||
|
|
||||||
|
|
@ -42,7 +43,7 @@ import (
|
||||||
|
|
||||||
// NodeupModelContext is the context supplied the nodeup tasks
|
// NodeupModelContext is the context supplied the nodeup tasks
|
||||||
type NodeupModelContext struct {
|
type NodeupModelContext struct {
|
||||||
Architecture Architecture
|
Architecture architectures.Architecture
|
||||||
Assets *fi.AssetStore
|
Assets *fi.AssetStore
|
||||||
Cluster *kops.Cluster
|
Cluster *kops.Cluster
|
||||||
ConfigBase vfs.Path
|
ConfigBase vfs.Path
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ import (
|
||||||
"k8s.io/kops/nodeup/pkg/distros"
|
"k8s.io/kops/nodeup/pkg/distros"
|
||||||
"k8s.io/kops/pkg/apis/kops"
|
"k8s.io/kops/pkg/apis/kops"
|
||||||
"k8s.io/kops/upup/pkg/fi"
|
"k8s.io/kops/upup/pkg/fi"
|
||||||
|
"k8s.io/kops/util/pkg/architectures"
|
||||||
|
|
||||||
v1 "k8s.io/api/core/v1"
|
v1 "k8s.io/api/core/v1"
|
||||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||||
|
|
@ -143,7 +144,7 @@ type packageVersion struct {
|
||||||
// List of dependencies that can be installed using the system's package
|
// List of dependencies that can be installed using the system's package
|
||||||
// manager (e.g. apt-get install or yum install).
|
// manager (e.g. apt-get install or yum install).
|
||||||
Dependencies []string
|
Dependencies []string
|
||||||
Architectures []Architecture
|
Architectures []architectures.Architecture
|
||||||
|
|
||||||
// PlainBinary indicates that the Source is not an OS, but a "bare" tar.gz
|
// PlainBinary indicates that the Source is not an OS, but a "bare" tar.gz
|
||||||
PlainBinary bool
|
PlainBinary bool
|
||||||
|
|
@ -153,7 +154,7 @@ type packageVersion struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Match package version against configured values
|
// Match package version against configured values
|
||||||
func (d *packageVersion) matches(arch Architecture, packageVersion string, distro distros.Distribution) bool {
|
func (d *packageVersion) matches(arch architectures.Architecture, packageVersion string, distro distros.Distribution) bool {
|
||||||
if d.PackageVersion != packageVersion {
|
if d.PackageVersion != packageVersion {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ import (
|
||||||
"k8s.io/kops/pkg/systemd"
|
"k8s.io/kops/pkg/systemd"
|
||||||
"k8s.io/kops/upup/pkg/fi"
|
"k8s.io/kops/upup/pkg/fi"
|
||||||
"k8s.io/kops/upup/pkg/fi/nodeup/nodetasks"
|
"k8s.io/kops/upup/pkg/fi/nodeup/nodetasks"
|
||||||
|
"k8s.io/kops/util/pkg/architectures"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DockerBuilder install docker (just the packages at the moment)
|
// DockerBuilder install docker (just the packages at the moment)
|
||||||
|
|
@ -49,7 +50,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "17.03.2",
|
PackageVersion: "17.03.2",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian9},
|
Distros: []distros.Distribution{distros.DistributionDebian9},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "17.03.2~ce-0~debian-stretch",
|
Version: "17.03.2~ce-0~debian-stretch",
|
||||||
Source: "http://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_17.03.2~ce-0~debian-stretch_amd64.deb",
|
Source: "http://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_17.03.2~ce-0~debian-stretch_amd64.deb",
|
||||||
Hash: "6f19489aba744dc02ce5fd9a65c0a2e3049b9f7a61cf70747ce33752094b0961",
|
Hash: "6f19489aba744dc02ce5fd9a65c0a2e3049b9f7a61cf70747ce33752094b0961",
|
||||||
|
|
@ -61,7 +62,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "17.03.2",
|
PackageVersion: "17.03.2",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionXenial},
|
Distros: []distros.Distribution{distros.DistributionXenial},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "17.03.2~ce-0~ubuntu-xenial",
|
Version: "17.03.2~ce-0~ubuntu-xenial",
|
||||||
Source: "http://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_17.03.2~ce-0~ubuntu-xenial_amd64.deb",
|
Source: "http://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_17.03.2~ce-0~ubuntu-xenial_amd64.deb",
|
||||||
Hash: "68851f4a395c63b79b34e17ba5582379621389bbc9ea53cf34f70ea9839888fb",
|
Hash: "68851f4a395c63b79b34e17ba5582379621389bbc9ea53cf34f70ea9839888fb",
|
||||||
|
|
@ -73,7 +74,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "17.03.2",
|
PackageVersion: "17.03.2",
|
||||||
PlainBinary: true,
|
PlainBinary: true,
|
||||||
Distros: []distros.Distribution{distros.DistributionBionic},
|
Distros: []distros.Distribution{distros.DistributionBionic},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Source: "http://download.docker.com/linux/static/stable/x86_64/docker-17.03.2-ce.tgz",
|
Source: "http://download.docker.com/linux/static/stable/x86_64/docker-17.03.2-ce.tgz",
|
||||||
Hash: "183b31b001e7480f3c691080486401aa519101a5cfe6e05ad01b9f5521c4112d",
|
Hash: "183b31b001e7480f3c691080486401aa519101a5cfe6e05ad01b9f5521c4112d",
|
||||||
MarkImmutable: []string{"/usr/bin/docker-runc"},
|
MarkImmutable: []string{"/usr/bin/docker-runc"},
|
||||||
|
|
@ -84,7 +85,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "17.03.2",
|
PackageVersion: "17.03.2",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7, distros.DistributionAmazonLinux2},
|
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7, distros.DistributionAmazonLinux2},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "17.03.2.ce",
|
Version: "17.03.2.ce",
|
||||||
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-17.03.2.ce-1.el7.centos.x86_64.rpm",
|
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-17.03.2.ce-1.el7.centos.x86_64.rpm",
|
||||||
Hash: "0ead9d0db5c15e3123d3194f71f716a1d6e2a70c984b12a5dde4a72e6e483aca",
|
Hash: "0ead9d0db5c15e3123d3194f71f716a1d6e2a70c984b12a5dde4a72e6e483aca",
|
||||||
|
|
@ -104,7 +105,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "17.09.0",
|
PackageVersion: "17.09.0",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian9},
|
Distros: []distros.Distribution{distros.DistributionDebian9},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "17.09.0~ce-0~debian",
|
Version: "17.09.0~ce-0~debian",
|
||||||
Source: "http://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_17.09.0~ce-0~debian_amd64.deb",
|
Source: "http://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_17.09.0~ce-0~debian_amd64.deb",
|
||||||
Hash: "80aa1429dc4d57eb6d73c291ab5feff5005f21d8402b1979e1e49db06eef52b0",
|
Hash: "80aa1429dc4d57eb6d73c291ab5feff5005f21d8402b1979e1e49db06eef52b0",
|
||||||
|
|
@ -115,7 +116,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "17.09.0",
|
PackageVersion: "17.09.0",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionXenial},
|
Distros: []distros.Distribution{distros.DistributionXenial},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "17.09.0~ce-0~ubuntu",
|
Version: "17.09.0~ce-0~ubuntu",
|
||||||
Source: "http://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_17.09.0~ce-0~ubuntu_amd64.deb",
|
Source: "http://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_17.09.0~ce-0~ubuntu_amd64.deb",
|
||||||
Hash: "d33f6eb134f0ab0876148bd96de95ea47d583d7f2cddfdc6757979453f9bd9bf",
|
Hash: "d33f6eb134f0ab0876148bd96de95ea47d583d7f2cddfdc6757979453f9bd9bf",
|
||||||
|
|
@ -126,7 +127,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.06.2",
|
PackageVersion: "18.06.2",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionXenial},
|
Distros: []distros.Distribution{distros.DistributionXenial},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.06.2~ce~3-0~ubuntu",
|
Version: "18.06.2~ce~3-0~ubuntu",
|
||||||
Source: "https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_18.06.2~ce~3-0~ubuntu_amd64.deb",
|
Source: "https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_18.06.2~ce~3-0~ubuntu_amd64.deb",
|
||||||
Hash: "1c52a80430d4dda213a01e6859e7c403b4bebe642accaa6358f5c75f5f2ba682",
|
Hash: "1c52a80430d4dda213a01e6859e7c403b4bebe642accaa6358f5c75f5f2ba682",
|
||||||
|
|
@ -137,7 +138,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.06.3",
|
PackageVersion: "18.06.3",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionXenial},
|
Distros: []distros.Distribution{distros.DistributionXenial},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.06.3~ce~3-0~ubuntu",
|
Version: "18.06.3~ce~3-0~ubuntu",
|
||||||
Source: "https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_18.06.3~ce~3-0~ubuntu_amd64.deb",
|
Source: "https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_18.06.3~ce~3-0~ubuntu_amd64.deb",
|
||||||
Hash: "6e9da7303cfa7ef7d4d8035bdc205229dd84e572f29957a9fb36e1351fe88a24",
|
Hash: "6e9da7303cfa7ef7d4d8035bdc205229dd84e572f29957a9fb36e1351fe88a24",
|
||||||
|
|
@ -148,7 +149,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "17.09.0",
|
PackageVersion: "17.09.0",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7, distros.DistributionAmazonLinux2},
|
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7, distros.DistributionAmazonLinux2},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "17.09.0.ce",
|
Version: "17.09.0.ce",
|
||||||
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-17.09.0.ce-1.el7.centos.x86_64.rpm",
|
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-17.09.0.ce-1.el7.centos.x86_64.rpm",
|
||||||
Hash: "be342f205c3fc99258e3903bfd3c79dc7f7c337c9321b217f4789dfdfbcac8f9",
|
Hash: "be342f205c3fc99258e3903bfd3c79dc7f7c337c9321b217f4789dfdfbcac8f9",
|
||||||
|
|
@ -159,7 +160,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.03.1",
|
PackageVersion: "18.03.1",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionBionic},
|
Distros: []distros.Distribution{distros.DistributionBionic},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.03.1~ce~3-0~ubuntu",
|
Version: "18.03.1~ce~3-0~ubuntu",
|
||||||
Source: "https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/docker-ce_18.03.1~ce~3-0~ubuntu_amd64.deb",
|
Source: "https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/docker-ce_18.03.1~ce~3-0~ubuntu_amd64.deb",
|
||||||
Hash: "a8d69913a38df46d768f5d4e87e1230d6a1b7ccb4f9098a4fd9357a518f34be0",
|
Hash: "a8d69913a38df46d768f5d4e87e1230d6a1b7ccb4f9098a4fd9357a518f34be0",
|
||||||
|
|
@ -170,7 +171,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.06.2",
|
PackageVersion: "18.06.2",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionBionic},
|
Distros: []distros.Distribution{distros.DistributionBionic},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.06.2~ce~3-0~ubuntu",
|
Version: "18.06.2~ce~3-0~ubuntu",
|
||||||
Source: "https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/docker-ce_18.06.2~ce~3-0~ubuntu_amd64.deb",
|
Source: "https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/docker-ce_18.06.2~ce~3-0~ubuntu_amd64.deb",
|
||||||
Hash: "056afb4440b8f2ae52841ee228d7794176fcb81aae0ba5614ecb7b4de6e4db9d",
|
Hash: "056afb4440b8f2ae52841ee228d7794176fcb81aae0ba5614ecb7b4de6e4db9d",
|
||||||
|
|
@ -181,7 +182,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.06.1",
|
PackageVersion: "18.06.1",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian9},
|
Distros: []distros.Distribution{distros.DistributionDebian9},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.06.1~ce~3-0~debian",
|
Version: "18.06.1~ce~3-0~debian",
|
||||||
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_18.06.1~ce~3-0~debian_amd64.deb",
|
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_18.06.1~ce~3-0~debian_amd64.deb",
|
||||||
Hash: "00a09a8993efd8095bd1817442db86c27de9720d7d5ade36aa52cd91198fa83d",
|
Hash: "00a09a8993efd8095bd1817442db86c27de9720d7d5ade36aa52cd91198fa83d",
|
||||||
|
|
@ -193,7 +194,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.06.2",
|
PackageVersion: "18.06.2",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian9},
|
Distros: []distros.Distribution{distros.DistributionDebian9},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.06.2~ce~3-0~debian",
|
Version: "18.06.2~ce~3-0~debian",
|
||||||
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_18.06.2~ce~3-0~debian_amd64.deb",
|
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_18.06.2~ce~3-0~debian_amd64.deb",
|
||||||
Hash: "cbbd2afc85b2a46d55abfd5d362595e39a54022b6c6baab0a5ddc4a85a74e318",
|
Hash: "cbbd2afc85b2a46d55abfd5d362595e39a54022b6c6baab0a5ddc4a85a74e318",
|
||||||
|
|
@ -205,7 +206,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.06.3",
|
PackageVersion: "18.06.3",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian10},
|
Distros: []distros.Distribution{distros.DistributionDebian10},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.06.3~ce~3-0~debian",
|
Version: "18.06.3~ce~3-0~debian",
|
||||||
Source: "https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce_18.06.3~ce~3-0~debian_amd64.deb",
|
Source: "https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce_18.06.3~ce~3-0~debian_amd64.deb",
|
||||||
Hash: "0c8ca09635553f0c6cb70a08bdef6f3b8d89b1247e4dab54896c93aad3bf3f25",
|
Hash: "0c8ca09635553f0c6cb70a08bdef6f3b8d89b1247e4dab54896c93aad3bf3f25",
|
||||||
|
|
@ -216,7 +217,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.06.1",
|
PackageVersion: "18.06.1",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7, distros.DistributionAmazonLinux2},
|
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7, distros.DistributionAmazonLinux2},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.06.1.ce",
|
Version: "18.06.1.ce",
|
||||||
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-18.06.1.ce-3.el7.x86_64.rpm",
|
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-18.06.1.ce-3.el7.x86_64.rpm",
|
||||||
Hash: "352909b3df327d10a6ee27e2c6ee8638d90481ee93580ae79c9d1ff7530a196e",
|
Hash: "352909b3df327d10a6ee27e2c6ee8638d90481ee93580ae79c9d1ff7530a196e",
|
||||||
|
|
@ -227,7 +228,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.09.3",
|
PackageVersion: "18.09.3",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian9},
|
Distros: []distros.Distribution{distros.DistributionDebian9},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "5:18.09.3~3-0~debian-stretch",
|
Version: "5:18.09.3~3-0~debian-stretch",
|
||||||
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_18.09.3~3-0~debian-stretch_amd64.deb",
|
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_18.09.3~3-0~debian-stretch_amd64.deb",
|
||||||
Hash: "a941c03d0e7027481e4ff6cd5c77b871c4bf97df76e6444396e004adb759795d",
|
Hash: "a941c03d0e7027481e4ff6cd5c77b871c4bf97df76e6444396e004adb759795d",
|
||||||
|
|
@ -245,7 +246,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.06.2",
|
PackageVersion: "18.06.2",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7, distros.DistributionAmazonLinux2},
|
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7, distros.DistributionAmazonLinux2},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.06.2.ce",
|
Version: "18.06.2.ce",
|
||||||
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-18.06.2.ce-3.el7.x86_64.rpm",
|
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-18.06.2.ce-3.el7.x86_64.rpm",
|
||||||
Hash: "0e5d98c359d93e8a892a07ab1f8eb8153964b535cadda61a8791ca2db3c6b76c",
|
Hash: "0e5d98c359d93e8a892a07ab1f8eb8153964b535cadda61a8791ca2db3c6b76c",
|
||||||
|
|
@ -258,7 +259,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.06.3",
|
PackageVersion: "18.06.3",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionBionic},
|
Distros: []distros.Distribution{distros.DistributionBionic},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.06.3~ce~3-0~ubuntu",
|
Version: "18.06.3~ce~3-0~ubuntu",
|
||||||
Source: "https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/docker-ce_18.06.3~ce~3-0~ubuntu_amd64.deb",
|
Source: "https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/docker-ce_18.06.3~ce~3-0~ubuntu_amd64.deb",
|
||||||
Hash: "f8cc02112a125007f5c70f009ce9a91dd536018f139131074ee55cea555ba85d",
|
Hash: "f8cc02112a125007f5c70f009ce9a91dd536018f139131074ee55cea555ba85d",
|
||||||
|
|
@ -270,7 +271,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.06.3",
|
PackageVersion: "18.06.3",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian9},
|
Distros: []distros.Distribution{distros.DistributionDebian9},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.06.3~ce~3-0~debian",
|
Version: "18.06.3~ce~3-0~debian",
|
||||||
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_18.06.3~ce~3-0~debian_amd64.deb",
|
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_18.06.3~ce~3-0~debian_amd64.deb",
|
||||||
Hash: "0de184cc79d9f9c99b2a6fa4fdd8b29645e9a858106a9814bb11047073a4e8cb",
|
Hash: "0de184cc79d9f9c99b2a6fa4fdd8b29645e9a858106a9814bb11047073a4e8cb",
|
||||||
|
|
@ -281,7 +282,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.06.3",
|
PackageVersion: "18.06.3",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7, distros.DistributionAmazonLinux2},
|
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7, distros.DistributionAmazonLinux2},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.06.3.ce",
|
Version: "18.06.3.ce",
|
||||||
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-18.06.3.ce-3.el7.x86_64.rpm",
|
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-18.06.3.ce-3.el7.x86_64.rpm",
|
||||||
Hash: "f3703698cab918ab41b1244f699c8718a5e3bf4070fdf4894b5b6e8d92545a62",
|
Hash: "f3703698cab918ab41b1244f699c8718a5e3bf4070fdf4894b5b6e8d92545a62",
|
||||||
|
|
@ -291,7 +292,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.06.3",
|
PackageVersion: "18.06.3",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionRhel8, distros.DistributionCentos8},
|
Distros: []distros.Distribution{distros.DistributionRhel8, distros.DistributionCentos8},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.06.3.ce",
|
Version: "18.06.3.ce",
|
||||||
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-18.06.3.ce-3.el7.x86_64.rpm",
|
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-18.06.3.ce-3.el7.x86_64.rpm",
|
||||||
Hash: "f3703698cab918ab41b1244f699c8718a5e3bf4070fdf4894b5b6e8d92545a62",
|
Hash: "f3703698cab918ab41b1244f699c8718a5e3bf4070fdf4894b5b6e8d92545a62",
|
||||||
|
|
@ -304,7 +305,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.09.9",
|
PackageVersion: "18.09.9",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian9},
|
Distros: []distros.Distribution{distros.DistributionDebian9},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "5:18.09.9~3-0~debian-stretch",
|
Version: "5:18.09.9~3-0~debian-stretch",
|
||||||
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_18.09.9~3-0~debian-stretch_amd64.deb",
|
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_18.09.9~3-0~debian-stretch_amd64.deb",
|
||||||
Hash: "53d9d25bb7d55c05a6c5829606122257ada8863ccb222ff0293fcf1d75990058",
|
Hash: "53d9d25bb7d55c05a6c5829606122257ada8863ccb222ff0293fcf1d75990058",
|
||||||
|
|
@ -322,7 +323,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.09.9",
|
PackageVersion: "18.09.9",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian10},
|
Distros: []distros.Distribution{distros.DistributionDebian10},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "5:18.09.9~3-0~debian-buster",
|
Version: "5:18.09.9~3-0~debian-buster",
|
||||||
Source: "https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce_18.09.9~3-0~debian-buster_amd64.deb",
|
Source: "https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce_18.09.9~3-0~debian-buster_amd64.deb",
|
||||||
Hash: "b0f4ce24089593ef6335e53e4c78d619a58539492121340da963c1a88687a059",
|
Hash: "b0f4ce24089593ef6335e53e4c78d619a58539492121340da963c1a88687a059",
|
||||||
|
|
@ -340,7 +341,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.09.9",
|
PackageVersion: "18.09.9",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionXenial},
|
Distros: []distros.Distribution{distros.DistributionXenial},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "5:18.09.9~3-0~ubuntu-xenial",
|
Version: "5:18.09.9~3-0~ubuntu-xenial",
|
||||||
Source: "https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_18.09.9~3-0~ubuntu-xenial_amd64.deb",
|
Source: "https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_18.09.9~3-0~ubuntu-xenial_amd64.deb",
|
||||||
Hash: "30885e58747eff619dc22b074307e21bc176c71396c5d54a32764ffcc359beaf",
|
Hash: "30885e58747eff619dc22b074307e21bc176c71396c5d54a32764ffcc359beaf",
|
||||||
|
|
@ -358,7 +359,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.09.9",
|
PackageVersion: "18.09.9",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionBionic},
|
Distros: []distros.Distribution{distros.DistributionBionic},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "5:18.09.9~3-0~ubuntu-bionic",
|
Version: "5:18.09.9~3-0~ubuntu-bionic",
|
||||||
Source: "https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/docker-ce_18.09.9~3-0~ubuntu-bionic_amd64.deb",
|
Source: "https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/docker-ce_18.09.9~3-0~ubuntu-bionic_amd64.deb",
|
||||||
Hash: "95160362599c506375c36f324f00404ad066ab4d94c840336781b5930d893467",
|
Hash: "95160362599c506375c36f324f00404ad066ab4d94c840336781b5930d893467",
|
||||||
|
|
@ -376,7 +377,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.09.9",
|
PackageVersion: "18.09.9",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7},
|
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.09.9",
|
Version: "18.09.9",
|
||||||
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-18.09.9-3.el7.x86_64.rpm",
|
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-18.09.9-3.el7.x86_64.rpm",
|
||||||
Hash: "f4be41bf8093c076462a9a2d7669d1b3158e4c3799759dbf9689b77de49385a8",
|
Hash: "f4be41bf8093c076462a9a2d7669d1b3158e4c3799759dbf9689b77de49385a8",
|
||||||
|
|
@ -394,7 +395,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.09.9",
|
PackageVersion: "18.09.9",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionRhel8, distros.DistributionCentos8},
|
Distros: []distros.Distribution{distros.DistributionRhel8, distros.DistributionCentos8},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "18.09.9",
|
Version: "18.09.9",
|
||||||
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-18.09.9-3.el7.x86_64.rpm",
|
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-18.09.9-3.el7.x86_64.rpm",
|
||||||
Hash: "f4be41bf8093c076462a9a2d7669d1b3158e4c3799759dbf9689b77de49385a8",
|
Hash: "f4be41bf8093c076462a9a2d7669d1b3158e4c3799759dbf9689b77de49385a8",
|
||||||
|
|
@ -415,7 +416,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "18.09.9",
|
PackageVersion: "18.09.9",
|
||||||
PlainBinary: true,
|
PlainBinary: true,
|
||||||
Distros: []distros.Distribution{distros.DistributionAmazonLinux2, distros.DistributionFocal},
|
Distros: []distros.Distribution{distros.DistributionAmazonLinux2, distros.DistributionFocal},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Source: "https://download.docker.com/linux/static/stable/x86_64/docker-18.09.9.tgz",
|
Source: "https://download.docker.com/linux/static/stable/x86_64/docker-18.09.9.tgz",
|
||||||
Hash: "82a362af7689038c51573e0fd0554da8703f0d06f4dfe95dd5bda5acf0ae45fb",
|
Hash: "82a362af7689038c51573e0fd0554da8703f0d06f4dfe95dd5bda5acf0ae45fb",
|
||||||
},
|
},
|
||||||
|
|
@ -430,7 +431,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "19.03.4",
|
PackageVersion: "19.03.4",
|
||||||
PlainBinary: true,
|
PlainBinary: true,
|
||||||
Distros: []distros.Distribution{distros.DistributionAmazonLinux2, distros.DistributionFocal},
|
Distros: []distros.Distribution{distros.DistributionAmazonLinux2, distros.DistributionFocal},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Source: "https://download.docker.com/linux/static/stable/x86_64/docker-19.03.4.tgz",
|
Source: "https://download.docker.com/linux/static/stable/x86_64/docker-19.03.4.tgz",
|
||||||
Hash: "efef2ad32d262674501e712351be0df9dd31d6034b175d0020c8f5d5c9c3fd10",
|
Hash: "efef2ad32d262674501e712351be0df9dd31d6034b175d0020c8f5d5c9c3fd10",
|
||||||
},
|
},
|
||||||
|
|
@ -440,7 +441,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "19.03.4",
|
PackageVersion: "19.03.4",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian9},
|
Distros: []distros.Distribution{distros.DistributionDebian9},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "5:19.03.4~3-0~debian-stretch",
|
Version: "5:19.03.4~3-0~debian-stretch",
|
||||||
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_19.03.4~3-0~debian-stretch_amd64.deb",
|
Source: "https://download.docker.com/linux/debian/dists/stretch/pool/stable/amd64/docker-ce_19.03.4~3-0~debian-stretch_amd64.deb",
|
||||||
Hash: "a5fedef212914c443ed71c9ba2fbe0cdf39e0a6e2da8dfcc29881c6c536877ce",
|
Hash: "a5fedef212914c443ed71c9ba2fbe0cdf39e0a6e2da8dfcc29881c6c536877ce",
|
||||||
|
|
@ -458,7 +459,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "19.03.4",
|
PackageVersion: "19.03.4",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionDebian10},
|
Distros: []distros.Distribution{distros.DistributionDebian10},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "5:19.03.4~3-0~debian-buster",
|
Version: "5:19.03.4~3-0~debian-buster",
|
||||||
Source: "https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce_19.03.4~3-0~debian-buster_amd64.deb",
|
Source: "https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce_19.03.4~3-0~debian-buster_amd64.deb",
|
||||||
Hash: "cdd9d2147a6f6c9c38a6addfdd56d7d65d688a83f44ff3a289de7e15c796b87c",
|
Hash: "cdd9d2147a6f6c9c38a6addfdd56d7d65d688a83f44ff3a289de7e15c796b87c",
|
||||||
|
|
@ -476,7 +477,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "19.03.4",
|
PackageVersion: "19.03.4",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionXenial},
|
Distros: []distros.Distribution{distros.DistributionXenial},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "5:19.03.4~3-0~ubuntu-xenial",
|
Version: "5:19.03.4~3-0~ubuntu-xenial",
|
||||||
Source: "https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_19.03.4~3-0~ubuntu-xenial_amd64.deb",
|
Source: "https://download.docker.com/linux/ubuntu/dists/xenial/pool/stable/amd64/docker-ce_19.03.4~3-0~ubuntu-xenial_amd64.deb",
|
||||||
Hash: "7bf9d7c3127dc910b8364c5799c667ff8a45e4c8bd859f908ea4a66944312ff3",
|
Hash: "7bf9d7c3127dc910b8364c5799c667ff8a45e4c8bd859f908ea4a66944312ff3",
|
||||||
|
|
@ -494,7 +495,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "19.03.4",
|
PackageVersion: "19.03.4",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionBionic},
|
Distros: []distros.Distribution{distros.DistributionBionic},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "5:19.03.4~3-0~ubuntu-bionic",
|
Version: "5:19.03.4~3-0~ubuntu-bionic",
|
||||||
Source: "https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/docker-ce_19.03.4~3-0~ubuntu-bionic_amd64.deb",
|
Source: "https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/amd64/docker-ce_19.03.4~3-0~ubuntu-bionic_amd64.deb",
|
||||||
Hash: "31ee4b40cc6b76966318e007a1c7cedd64c6a3dd957de1de40734eb06320b8d3",
|
Hash: "31ee4b40cc6b76966318e007a1c7cedd64c6a3dd957de1de40734eb06320b8d3",
|
||||||
|
|
@ -512,7 +513,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "19.03.4",
|
PackageVersion: "19.03.4",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7},
|
Distros: []distros.Distribution{distros.DistributionRhel7, distros.DistributionCentos7},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "19.03.4",
|
Version: "19.03.4",
|
||||||
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.4-3.el7.x86_64.rpm",
|
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.4-3.el7.x86_64.rpm",
|
||||||
Hash: "46ebc08b3740bfb532f686a143e144a4c73ddcd600e83104ae4617b301b83f42",
|
Hash: "46ebc08b3740bfb532f686a143e144a4c73ddcd600e83104ae4617b301b83f42",
|
||||||
|
|
@ -530,7 +531,7 @@ var dockerVersions = []packageVersion{
|
||||||
PackageVersion: "19.03.4",
|
PackageVersion: "19.03.4",
|
||||||
Name: "docker-ce",
|
Name: "docker-ce",
|
||||||
Distros: []distros.Distribution{distros.DistributionRhel8, distros.DistributionCentos8},
|
Distros: []distros.Distribution{distros.DistributionRhel8, distros.DistributionCentos8},
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Version: "19.03.4",
|
Version: "19.03.4",
|
||||||
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.4-3.el7.x86_64.rpm",
|
Source: "https://download.docker.com/linux/centos/7/x86_64/stable/Packages/docker-ce-19.03.4-3.el7.x86_64.rpm",
|
||||||
Hash: "46ebc08b3740bfb532f686a143e144a4c73ddcd600e83104ae4617b301b83f42",
|
Hash: "46ebc08b3740bfb532f686a143e144a4c73ddcd600e83104ae4617b301b83f42",
|
||||||
|
|
@ -547,7 +548,7 @@ var dockerVersions = []packageVersion{
|
||||||
{
|
{
|
||||||
PackageVersion: "19.03.8",
|
PackageVersion: "19.03.8",
|
||||||
PlainBinary: true,
|
PlainBinary: true,
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Source: "https://download.docker.com/linux/static/stable/x86_64/docker-19.03.8.tgz",
|
Source: "https://download.docker.com/linux/static/stable/x86_64/docker-19.03.8.tgz",
|
||||||
Hash: "7f4115dc6a3c19c917f8b9664d7b51c904def1c984e082c4600097433323cf6f",
|
Hash: "7f4115dc6a3c19c917f8b9664d7b51c904def1c984e082c4600097433323cf6f",
|
||||||
},
|
},
|
||||||
|
|
@ -556,7 +557,7 @@ var dockerVersions = []packageVersion{
|
||||||
{
|
{
|
||||||
PackageVersion: "19.03.11",
|
PackageVersion: "19.03.11",
|
||||||
PlainBinary: true,
|
PlainBinary: true,
|
||||||
Architectures: []Architecture{ArchitectureAmd64},
|
Architectures: []architectures.Architecture{architectures.ArchitectureAmd64},
|
||||||
Source: "https://download.docker.com/linux/static/stable/x86_64/docker-19.03.11.tgz",
|
Source: "https://download.docker.com/linux/static/stable/x86_64/docker-19.03.11.tgz",
|
||||||
Hash: "0f4336378f61ed73ed55a356ac19e46699a995f2aff34323ba5874d131548b9e",
|
Hash: "0f4336378f61ed73ed55a356ac19e46699a995f2aff34323ba5874d131548b9e",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@ func (b *KubeAPIServerOptionsBuilder) BuildOptions(o interface{}) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
image, err := Image("kube-apiserver", b.Architecture(), clusterSpec, b.AssetBuilder)
|
image, err := Image("kube-apiserver", clusterSpec, b.AssetBuilder)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -51,13 +51,6 @@ func (c *OptionsContext) IsKubernetesLT(version string) bool {
|
||||||
return !c.IsKubernetesGTE(version)
|
return !c.IsKubernetesGTE(version)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Architecture returns the architecture we are using
|
|
||||||
// We currently only support amd64, and we probably need to pass the InstanceGroup in
|
|
||||||
// But we can start collecting the architectural dependencies
|
|
||||||
func (c *OptionsContext) Architecture() string {
|
|
||||||
return "amd64"
|
|
||||||
}
|
|
||||||
|
|
||||||
// KubernetesVersion parses the semver version of kubernetes, from the cluster spec
|
// KubernetesVersion parses the semver version of kubernetes, from the cluster spec
|
||||||
// Deprecated: prefer using OptionsContext.KubernetesVersion
|
// Deprecated: prefer using OptionsContext.KubernetesVersion
|
||||||
func KubernetesVersion(clusterSpec *kops.ClusterSpec) (*semver.Version, error) {
|
func KubernetesVersion(clusterSpec *kops.ClusterSpec) (*semver.Version, error) {
|
||||||
|
|
@ -140,7 +133,7 @@ func IsBaseURL(kubernetesVersion string) bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Image returns the docker image name for the specified component
|
// Image returns the docker image name for the specified component
|
||||||
func Image(component string, architecture string, clusterSpec *kops.ClusterSpec, assetsBuilder *assets.AssetBuilder) (string, error) {
|
func Image(component string, clusterSpec *kops.ClusterSpec, assetsBuilder *assets.AssetBuilder) (string, error) {
|
||||||
if assetsBuilder == nil {
|
if assetsBuilder == nil {
|
||||||
return "", fmt.Errorf("unable to parse assets as assetBuilder is not defined")
|
return "", fmt.Errorf("unable to parse assets as assetBuilder is not defined")
|
||||||
}
|
}
|
||||||
|
|
@ -176,13 +169,13 @@ func Image(component string, architecture string, clusterSpec *kops.ClusterSpec,
|
||||||
//
|
//
|
||||||
// But ... this is only the case from 1.16 on...
|
// But ... this is only the case from 1.16 on...
|
||||||
if kubernetesVersion.IsGTE("1.16") {
|
if kubernetesVersion.IsGTE("1.16") {
|
||||||
imageName += "-" + architecture
|
imageName += "-amd64"
|
||||||
}
|
}
|
||||||
|
|
||||||
baseURL := clusterSpec.KubernetesVersion
|
baseURL := clusterSpec.KubernetesVersion
|
||||||
baseURL = strings.TrimSuffix(baseURL, "/")
|
baseURL = strings.TrimSuffix(baseURL, "/")
|
||||||
|
|
||||||
tagURL := baseURL + "/bin/linux/" + architecture + "/" + component + ".docker_tag"
|
tagURL := baseURL + "/bin/linux/amd64/" + component + ".docker_tag"
|
||||||
klog.V(2).Infof("Downloading docker tag for %s from: %s", component, tagURL)
|
klog.V(2).Infof("Downloading docker tag for %s from: %s", component, tagURL)
|
||||||
|
|
||||||
b, err := vfs.Context.ReadFile(tagURL)
|
b, err := vfs.Context.ReadFile(tagURL)
|
||||||
|
|
|
||||||
|
|
@ -95,10 +95,8 @@ func TestImage(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
architecture := "amd64"
|
|
||||||
|
|
||||||
assetBuilder := assets.NewAssetBuilder(g.Cluster, "")
|
assetBuilder := assets.NewAssetBuilder(g.Cluster, "")
|
||||||
actual, err := Image(g.Component, architecture, &g.Cluster.Spec, assetBuilder)
|
actual, err := Image(g.Component, &g.Cluster.Spec, assetBuilder)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("unexpected error from image %q %v: %v",
|
t.Errorf("unexpected error from image %q %v: %v",
|
||||||
g.Component, g.Cluster.Spec.KubernetesVersion, err)
|
g.Component, g.Cluster.Spec.KubernetesVersion, err)
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,7 @@ func (b *KubeControllerManagerOptionsBuilder) BuildOptions(o interface{}) error
|
||||||
|
|
||||||
kcm.LogLevel = 2
|
kcm.LogLevel = 2
|
||||||
|
|
||||||
image, err := Image("kube-controller-manager", b.Context.Architecture(), clusterSpec, b.Context.AssetBuilder)
|
image, err := Image("kube-controller-manager", clusterSpec, b.Context.AssetBuilder)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -188,7 +188,7 @@ func (b *KubeletOptionsBuilder) BuildOptions(o interface{}) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Specify our pause image
|
// Specify our pause image
|
||||||
image := "k8s.gcr.io/pause-amd64:3.2"
|
image := "k8s.gcr.io/pause:3.2"
|
||||||
if image, err = b.Context.AssetBuilder.RemapImage(image); err != nil {
|
if image, err = b.Context.AssetBuilder.RemapImage(image); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ func (b *KubeProxyOptionsBuilder) BuildOptions(o interface{}) error {
|
||||||
config.CPURequest = "100m"
|
config.CPURequest = "100m"
|
||||||
}
|
}
|
||||||
|
|
||||||
image, err := Image("kube-proxy", b.Context.Architecture(), clusterSpec, b.Context.AssetBuilder)
|
image, err := Image("kube-proxy", clusterSpec, b.Context.AssetBuilder)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ func (b *KubeSchedulerOptionsBuilder) BuildOptions(o interface{}) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
if config.Image == "" {
|
if config.Image == "" {
|
||||||
image, err := Image("kube-scheduler", b.Architecture(), clusterSpec, b.AssetBuilder)
|
image, err := Image("kube-scheduler", clusterSpec, b.AssetBuilder)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -137,6 +137,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
|
||||||
|
|
@ -126,6 +126,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
|
||||||
|
|
@ -126,6 +126,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
|
||||||
|
|
@ -126,6 +126,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
|
||||||
|
|
@ -126,6 +126,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
|
||||||
|
|
@ -126,6 +126,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
|
||||||
|
|
@ -126,6 +126,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1bmastersadditionalcidrex
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -231,7 +242,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1bmastersadditionalcidrex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -249,7 +260,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1bmastersadditionalcidrex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -403,6 +414,17 @@ Resources.AWSAutoScalingLaunchConfigurationnodesadditionalcidrexamplecom.Propert
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -459,7 +481,7 @@ Resources.AWSAutoScalingLaunchConfigurationnodesadditionalcidrexamplecom.Propert
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -166,7 +177,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -120,6 +120,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersadditionaluserda
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -240,7 +251,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersadditionaluserda
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -258,7 +269,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersadditionaluserda
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -432,6 +443,17 @@ Resources.AWSAutoScalingLaunchConfigurationnodesadditionaluserdataexamplecom.Pro
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -488,7 +510,7 @@ Resources.AWSAutoScalingLaunchConfigurationnodesadditionaluserdataexamplecom.Pro
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -231,7 +242,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -249,7 +260,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -166,7 +177,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -229,7 +240,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -246,7 +257,7 @@ masterKubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -119,6 +119,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -174,7 +185,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amasterscomplexexampleco
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -233,7 +244,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amasterscomplexexampleco
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -251,7 +262,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amasterscomplexexampleco
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -405,6 +416,17 @@ Resources.AWSAutoScalingLaunchConfigurationnodescomplexexamplecom.Properties.Use
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -461,7 +483,7 @@ Resources.AWSAutoScalingLaunchConfigurationnodescomplexexamplecom.Properties.Use
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -232,7 +243,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -250,7 +261,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -166,7 +177,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amasterscontainerdexampl
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amasterscontainerdexampl
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amasterscontainerdexampl
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -402,6 +413,17 @@ Resources.AWSAutoScalingLaunchConfigurationnodescontainerdexamplecom.Properties.
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -457,7 +479,7 @@ Resources.AWSAutoScalingLaunchConfigurationnodescontainerdexamplecom.Properties.
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -166,7 +177,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersminimalexampleco
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -231,7 +242,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersminimalexampleco
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -249,7 +260,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersminimalexampleco
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -403,6 +414,17 @@ Resources.AWSAutoScalingLaunchConfigurationnodesminimalexamplecom.Properties.Use
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -459,7 +481,7 @@ Resources.AWSAutoScalingLaunchConfigurationnodesminimalexamplecom.Properties.Use
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -166,7 +177,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersexternallbexampl
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -231,7 +242,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersexternallbexampl
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -249,7 +260,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersexternallbexampl
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -403,6 +414,17 @@ Resources.AWSAutoScalingLaunchConfigurationnodesexternallbexamplecom.Properties.
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -459,7 +481,7 @@ Resources.AWSAutoScalingLaunchConfigurationnodesexternallbexamplecom.Properties.
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -166,7 +177,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -232,7 +243,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -250,7 +261,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -166,7 +177,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -166,7 +177,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -232,7 +243,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -251,7 +262,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -232,7 +243,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -251,7 +262,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -232,7 +243,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -251,7 +262,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -168,7 +179,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,17 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterslaunchtemplatesexamplecom.Pro
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -232,7 +243,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterslaunchtemplatesexamplecom.Pro
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -251,7 +262,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterslaunchtemplatesexamplecom.Pro
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -405,6 +416,17 @@ Resources.AWSEC2LaunchTemplatemasterustest1bmasterslaunchtemplatesexamplecom.Pro
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -526,7 +548,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1bmasterslaunchtemplatesexamplecom.Pro
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -545,7 +567,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1bmasterslaunchtemplatesexamplecom.Pro
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -699,6 +721,17 @@ Resources.AWSEC2LaunchTemplatemasterustest1cmasterslaunchtemplatesexamplecom.Pro
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -820,7 +853,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1cmasterslaunchtemplatesexamplecom.Pro
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -839,7 +872,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1cmasterslaunchtemplatesexamplecom.Pro
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -993,6 +1026,17 @@ Resources.AWSEC2LaunchTemplatenodeslaunchtemplatesexamplecom.Properties.LaunchTe
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -1050,7 +1094,7 @@ Resources.AWSEC2LaunchTemplatenodeslaunchtemplatesexamplecom.Properties.LaunchTe
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -111,6 +111,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersminimalexampleco
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -231,7 +242,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersminimalexampleco
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -249,7 +260,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersminimalexampleco
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -403,6 +414,17 @@ Resources.AWSAutoScalingLaunchConfigurationnodesminimalexamplecom.Properties.Use
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -459,7 +481,7 @@ Resources.AWSAutoScalingLaunchConfigurationnodesminimalexamplecom.Properties.Use
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -166,7 +177,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -166,7 +177,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -230,7 +241,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -166,7 +177,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -232,7 +243,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -251,7 +262,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -168,7 +179,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -111,6 +111,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersmixedinstancesex
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -232,7 +243,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersmixedinstancesex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -251,7 +262,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersmixedinstancesex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -405,6 +416,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1bmastersmixedinstancesex
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -526,7 +548,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1bmastersmixedinstancesex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -545,7 +567,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1bmastersmixedinstancesex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -699,6 +721,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1cmastersmixedinstancesex
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -820,7 +853,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1cmastersmixedinstancesex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -839,7 +872,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1cmastersmixedinstancesex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -993,6 +1026,17 @@ Resources.AWSEC2LaunchTemplatenodesmixedinstancesexamplecom.Properties.LaunchTem
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -1050,7 +1094,7 @@ Resources.AWSEC2LaunchTemplatenodesmixedinstancesexamplecom.Properties.LaunchTem
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -231,7 +242,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -250,7 +261,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -231,7 +242,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -250,7 +261,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -231,7 +242,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -250,7 +261,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -111,6 +111,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersmixedinstancesex
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -232,7 +243,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersmixedinstancesex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -251,7 +262,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersmixedinstancesex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -405,6 +416,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1bmastersmixedinstancesex
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -526,7 +548,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1bmastersmixedinstancesex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -545,7 +567,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1bmastersmixedinstancesex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -699,6 +721,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1cmastersmixedinstancesex
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -820,7 +853,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1cmastersmixedinstancesex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -839,7 +872,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1cmastersmixedinstancesex
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -993,6 +1026,17 @@ Resources.AWSEC2LaunchTemplatenodesmixedinstancesexamplecom.Properties.LaunchTem
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -1050,7 +1094,7 @@ Resources.AWSEC2LaunchTemplatenodesmixedinstancesexamplecom.Properties.LaunchTem
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -231,7 +242,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -250,7 +261,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -231,7 +242,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -250,7 +261,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -231,7 +242,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -250,7 +261,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -111,6 +111,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersnosshkeyexamplec
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -236,7 +247,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersnosshkeyexamplec
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -255,7 +266,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersnosshkeyexamplec
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -406,6 +417,17 @@ Resources.AWSAutoScalingLaunchConfigurationnodesnosshkeyexamplecom.Properties.Us
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -463,7 +485,7 @@ Resources.AWSAutoScalingLaunchConfigurationnodesnosshkeyexamplecom.Properties.Us
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -236,7 +247,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
allowPrivileged: true
|
allowPrivileged: true
|
||||||
|
|
@ -255,7 +266,7 @@ masterKubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -167,7 +178,7 @@ kubelet:
|
||||||
networkPluginMTU: 9001
|
networkPluginMTU: 9001
|
||||||
networkPluginName: kubenet
|
networkPluginName: kubenet
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -229,7 +240,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -246,7 +257,7 @@ masterKubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -165,7 +176,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -112,6 +112,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersprivatecalicoexa
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -231,7 +242,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersprivatecalicoexa
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersprivatecalicoexa
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -402,6 +413,17 @@ Resources.AWSAutoScalingLaunchConfigurationnodesprivatecalicoexamplecom.Properti
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -457,7 +479,7 @@ Resources.AWSAutoScalingLaunchConfigurationnodesprivatecalicoexamplecom.Properti
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -229,7 +240,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -246,7 +257,7 @@ masterKubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -165,7 +176,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -229,7 +240,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -246,7 +257,7 @@ masterKubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -165,7 +176,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -112,6 +112,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersprivateciliumexa
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -231,7 +242,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersprivateciliumexa
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -248,7 +259,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersprivateciliumexa
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -402,6 +413,17 @@ Resources.AWSAutoScalingLaunchConfigurationnodesprivateciliumexamplecom.Properti
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -457,7 +479,7 @@ Resources.AWSAutoScalingLaunchConfigurationnodesprivateciliumexamplecom.Properti
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -229,7 +240,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -246,7 +257,7 @@ masterKubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -165,7 +176,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -112,6 +112,17 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersprivateciliumadv
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -234,7 +245,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersprivateciliumadv
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -251,7 +262,7 @@ Resources.AWSAutoScalingLaunchConfigurationmasterustest1amastersprivateciliumadv
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
@ -406,6 +417,17 @@ Resources.AWSAutoScalingLaunchConfigurationnodesprivateciliumadvancedexamplecom.
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -462,7 +484,7 @@ Resources.AWSAutoScalingLaunchConfigurationnodesprivateciliumadvancedexamplecom.
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -232,7 +243,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -249,7 +260,7 @@ masterKubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -166,7 +177,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -229,7 +240,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -246,7 +257,7 @@ masterKubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -165,7 +176,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -229,7 +240,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
masterKubelet:
|
masterKubelet:
|
||||||
anonymousAuth: false
|
anonymousAuth: false
|
||||||
|
|
@ -246,7 +257,7 @@ masterKubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
registerSchedulable: false
|
registerSchedulable: false
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,17 @@ function try-download-release() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function download-release() {
|
function download-release() {
|
||||||
|
case "$(uname -m)" in
|
||||||
|
x86_64*|i?86_64*|amd64*)
|
||||||
|
NODEUP_URL="${NODEUP_URL}"
|
||||||
|
NODEUP_HASH="${NODEUP_HASH}"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "Unsupported host arch: $(uname -m)" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# In case of failure checking integrity of release, retry.
|
# In case of failure checking integrity of release, retry.
|
||||||
cd ${INSTALL_DIR}/bin
|
cd ${INSTALL_DIR}/bin
|
||||||
until try-download-release; do
|
until try-download-release; do
|
||||||
|
|
@ -165,7 +176,7 @@ kubelet:
|
||||||
logLevel: 2
|
logLevel: 2
|
||||||
networkPluginName: cni
|
networkPluginName: cni
|
||||||
nonMasqueradeCIDR: 100.64.0.0/10
|
nonMasqueradeCIDR: 100.64.0.0/10
|
||||||
podInfraContainerImage: k8s.gcr.io/pause-amd64:3.2
|
podInfraContainerImage: k8s.gcr.io/pause:3.2
|
||||||
podManifestPath: /etc/kubernetes/manifests
|
podManifestPath: /etc/kubernetes/manifests
|
||||||
|
|
||||||
__EOF_CLUSTER_SPEC
|
__EOF_CLUSTER_SPEC
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue