From 1334dad91c5062ec872b05220019418fa1b32d3e Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Mon, 9 Mar 2020 16:37:44 +0100 Subject: [PATCH 01/20] feat(k8s): add kubeconfig commands Signed-off-by: Patrik Cyvoct --- go.mod | 3 +- go.sum | 5 +- internal/namespaces/k8s/v1beta4/custom.go | 7 + .../k8s/v1beta4/custom_kubeconfig.go | 54 + .../k8s/v1beta4/custom_kubeconfig_get.go | 13 + .../k8s/v1beta4/custom_kubeconfig_get_test.go | 29 + .../k8s/v1beta4/custom_kubeconfig_install.go | 172 +++ .../v1beta4/custom_kubeconfig_install_test.go | 149 ++ .../v1beta4/custom_kubeconfig_uninstall.go | 115 ++ .../custom_kubeconfig_uninstall_test.go | 107 ++ .../namespaces/k8s/v1beta4/helpers_test.go | 116 ++ .../test-get-kubeconfig-simple.cassette.yaml | 613 ++++++++ .../test-get-kubeconfig-simple.stdout.golden | 18 + ...est-install-kubeconfig-merge.cassette.yaml | 1317 ++++++++++++++++ ...est-install-kubeconfig-merge.stdout.golden | 1 + ...st-install-kubeconfig-simple.cassette.yaml | 1349 +++++++++++++++++ ...st-install-kubeconfig-simple.stdout.golden | 1 + ...nstall-kubeconfig-empty-file.cassette.yaml | 1157 ++++++++++++++ ...nstall-kubeconfig-empty-file.stdout.golden | 1 + ...l-kubeconfig-uninstall-merge.cassette.yaml | 453 ++++++ ...l-kubeconfig-uninstall-merge.stdout.golden | 1 + ...install-kubeconfig-uninstall.cassette.yaml | 453 ++++++ ...install-kubeconfig-uninstall.stdout.golden | 1 + 23 files changed, 6132 insertions(+), 3 deletions(-) create mode 100644 internal/namespaces/k8s/v1beta4/custom_kubeconfig.go create mode 100644 internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go create mode 100644 internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go create mode 100644 internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go create mode 100644 internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go create mode 100644 internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go create mode 100644 internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go create mode 100644 internal/namespaces/k8s/v1beta4/helpers_test.go create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.cassette.yaml create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.stdout.golden create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.cassette.yaml create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.stdout.golden create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.cassette.yaml create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.stdout.golden create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.cassette.yaml create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.stdout.golden create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.cassette.yaml create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.cassette.yaml create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden diff --git a/go.mod b/go.mod index 1fa8f3c3e8..fca9b33ff0 100644 --- a/go.mod +++ b/go.mod @@ -19,6 +19,7 @@ require ( github.com/kr/pretty v0.1.0 // indirect github.com/mattn/go-colorable v0.1.4 github.com/mattn/go-isatty v0.0.11 + github.com/mitchellh/go-homedir v1.1.0 github.com/pkg/errors v0.9.1 // indirect github.com/scaleway/scaleway-sdk-go v1.0.0-beta.6.0.20200317142453-2a0af47d63be github.com/sergi/go-diff v1.0.0 // indirect @@ -27,5 +28,5 @@ require ( github.com/stretchr/testify v1.4.0 golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect - gopkg.in/yaml.v2 v2.2.5 // indirect + gopkg.in/yaml.v2 v2.2.7 ) diff --git a/go.sum b/go.sum index 51140cfa97..2d7a379e03 100644 --- a/go.sum +++ b/go.sum @@ -45,6 +45,7 @@ github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVc github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/go-isatty v0.0.11 h1:FxPOTFNqGkuDUGi3H/qkUbQO4ZiBa2brKq5r0l8TGeM= github.com/mattn/go-isatty v0.0.11/go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOAqxQCu2WE= +github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= @@ -93,5 +94,5 @@ golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.5 h1:ymVxjfMaHvXD8RqPRmzHHsB3VvucivSkIAvJFDI5O3c= -gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.7 h1:VUgggvou5XRW9mHwD/yXxIYSMtY0zoKQf/v226p2nyo= +gopkg.in/yaml.v2 v2.2.7/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= diff --git a/internal/namespaces/k8s/v1beta4/custom.go b/internal/namespaces/k8s/v1beta4/custom.go index 4b47ebf011..bba8bca114 100644 --- a/internal/namespaces/k8s/v1beta4/custom.go +++ b/internal/namespaces/k8s/v1beta4/custom.go @@ -18,6 +18,13 @@ func GetCommands() *core.Commands { k8sVersionGetCommand(), )) + cmds.Merge(core.NewCommands( + k8sKubeconfigCommand(), + k8sKubeconfigGetCommand(), + k8sKubeconfigInstallCommand(), + k8sKubeconfigUninstallCommand(), + )) + human.RegisterMarshalerFunc(k8s.ClusterStatus(0), human.BindAttributesMarshalFunc(clusterStatusAttributes)) human.RegisterMarshalerFunc(k8s.PoolStatus(0), human.BindAttributesMarshalFunc(poolStatusAttributes)) human.RegisterMarshalerFunc(k8s.NodeStatus(0), human.BindAttributesMarshalFunc(nodeStatusAttributes)) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig.go new file mode 100644 index 0000000000..5afc8ab33f --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig.go @@ -0,0 +1,54 @@ +package k8s + +import ( + "context" + "reflect" + + "github.com/scaleway/scaleway-cli/internal/core" + k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" + "github.com/scaleway/scaleway-sdk-go/scw" +) + +type k8sKubeconfigGetRequest struct { + Region scw.Region + ClusterID string +} + +func k8sKubeconfigGetCommand() *core.Command { + return &core.Command{ + Short: `Retrieve a kubeconfig`, + Long: `Retrieve the kubeconfig for a specified cluster.`, + Namespace: "k8s", + Verb: "get", + Resource: "kubeconfig", + ArgsType: reflect.TypeOf(k8sKubeconfigGetRequest{}), + ArgSpecs: core.ArgSpecs{ + core.RegionArgSpec(), + { + Name: "cluster-id", + Short: "Cluster ID from which to retrieve the kubeconfig", + Required: true, + }, + }, + Run: k8sKubeconfigGetRun, + } +} + +func k8sKubeconfigGetRun(ctx context.Context, argsI interface{}) (i interface{}, e error) { + args := argsI.(*k8sKubeconfigGetRequest) + + kubeconfigRequest := &k8s.GetClusterKubeConfigRequest{ + Region: args.Region, + ClusterID: args.ClusterID, + } + + client := core.ExtractClient(ctx) + apiK8s := k8s.NewAPI(client) + + kubeconfig, err := apiK8s.GetClusterKubeConfig(kubeconfigRequest) + if err != nil { + return nil, err + } + + return string(kubeconfig.GetRaw()), nil +} diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go new file mode 100644 index 0000000000..b02e641cc6 --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go @@ -0,0 +1,13 @@ +package k8s + +import ( + "github.com/scaleway/scaleway-cli/internal/core" +) + +func k8sKubeconfigCommand() *core.Command { + return &core.Command{ + Short: `Manage your Kubernetes Kapsule cluster's kubeconfig files`, + Namespace: "k8s", + Resource: "kubeconfig", + } +} diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go new file mode 100644 index 0000000000..cc8e2230d8 --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go @@ -0,0 +1,29 @@ +package k8s + +import ( + "testing" + + "github.com/alecthomas/assert" + "github.com/scaleway/scaleway-cli/internal/core" + k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" +) + +func Test_GetKubeconfig(t *testing.T) { + + //// + // Simple use cases + //// + t.Run("simple", core.Test(&core.TestConfig{ + Commands: GetCommands(), + Cmd: "scw k8s kubeconfig get cluster-id={{ .Cluster.ID }}", + BeforeFunc: createClusterAndWaitAndKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), + Check: core.TestCheckCombine( + core.TestCheckGolden(), + func(t *testing.T, ctx *core.CheckFuncCtx) { + assert.Equal(t, ctx.Result.(string), string(ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig).GetRaw())) + }, + core.TestCheckExitCode(0), + ), + AfterFunc: deleteCluster("Cluster"), + })) +} diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go new file mode 100644 index 0000000000..2b4309f855 --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go @@ -0,0 +1,172 @@ +package k8s + +import ( + "context" + "fmt" + "io/ioutil" + "os" + "path" + "reflect" + "runtime" + "strings" + + "github.com/mitchellh/go-homedir" + "github.com/scaleway/scaleway-cli/internal/core" + k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" + "github.com/scaleway/scaleway-sdk-go/scw" + "gopkg.in/yaml.v2" +) + +const ( + kubeLocationDir = ".kube" +) + +type k8sKubeconfigInstallRequest struct { + Region scw.Region + ClusterID string +} + +func k8sKubeconfigInstallCommand() *core.Command { + return &core.Command{ + Short: `Install a kubeconfig`, + Long: `Retrieve the kubeconfig for a specified cluster and write it on disk. It will merge the new kubeconfig in the file pointed by the KUBECONFIG variable. If empty it will default to $HOME/.kube/config.`, + Namespace: "k8s", + Verb: "install", + Resource: "kubeconfig", + ArgsType: reflect.TypeOf(k8sKubeconfigInstallRequest{}), + ArgSpecs: core.ArgSpecs{ + core.RegionArgSpec(), + { + Name: "cluster-id", + Short: "Cluster ID from which to retrieve the kubeconfig", + Required: true, + }, + }, + Run: k8sKubeconfigInstallRun, + } +} + +func k8sKubeconfigInstallRun(ctx context.Context, argsI interface{}) (i interface{}, e error) { + args := argsI.(*k8sKubeconfigInstallRequest) + + kubeconfigRequest := &k8s.GetClusterKubeConfigRequest{ + Region: args.Region, + ClusterID: args.ClusterID, + } + + client := core.ExtractClient(ctx) + apiK8s := k8s.NewAPI(client) + + kubeconfig, err := apiK8s.GetClusterKubeConfig(kubeconfigRequest) + if err != nil { + return nil, err + } + + var kubeconfigPath string + kubeconfigEnv := core.ExtractEnv(ctx, "KUBECONFIG") + if kubeconfigEnv != "" { + if runtime.GOOS == "windows" { + kubeconfigPath = strings.Split(kubeconfigEnv, ";")[0] + } else { + kubeconfigPath = strings.Split(kubeconfigEnv, ":")[0] + } + } else { + homeDir, err := homedir.Dir() + if err != nil { + return nil, err + } + kubeconfigPath = path.Join(homeDir, kubeLocationDir, "config") + } + + if _, err := os.Stat(kubeconfigPath); os.IsNotExist(err) { + f, err := os.OpenFile(kubeconfigPath, os.O_CREATE, 0644) + if err != nil { + return nil, err + } + f.Close() + } + file, err := ioutil.ReadFile(kubeconfigPath) + if err != nil { + return nil, err + } + + var existingKubeconfig k8s.Kubeconfig + + err = yaml.Unmarshal(file, &existingKubeconfig) + if err != nil { + return nil, err + } + + found := false + for _, cluster := range existingKubeconfig.Clusters { + if cluster.Name == kubeconfig.Clusters[0].Name+"-"+args.ClusterID { + found = true + cluster.Cluster = kubeconfig.Clusters[0].Cluster + break + } + } + if !found { + existingKubeconfig.Clusters = append(existingKubeconfig.Clusters, &k8s.KubeconfigClusterWithName{ + Name: kubeconfig.Clusters[0].Name + "-" + args.ClusterID, + Cluster: kubeconfig.Clusters[0].Cluster, + }) + } + + found = false + for _, context := range existingKubeconfig.Contexts { + if context.Name == kubeconfig.Contexts[0].Name+"-"+args.ClusterID { + found = true + context.Context = k8s.KubeconfigContext{ + Cluster: kubeconfig.Clusters[0].Name + "-" + args.ClusterID, + User: kubeconfig.Users[0].Name + "-" + args.ClusterID, + } + break + } + } + + if !found { + existingKubeconfig.Contexts = append(existingKubeconfig.Contexts, &k8s.KubeconfigContextWithName{ + Name: kubeconfig.Contexts[0].Name + "-" + args.ClusterID, + Context: k8s.KubeconfigContext{ + Cluster: kubeconfig.Clusters[0].Name + "-" + args.ClusterID, + User: kubeconfig.Users[0].Name + "-" + args.ClusterID, + }, + }) + } + + found = false + for _, user := range existingKubeconfig.Users { + if user.Name == kubeconfig.Users[0].Name+"-"+args.ClusterID { + found = true + user.User = kubeconfig.Users[0].User + break + } + } + + if !found { + existingKubeconfig.Users = append(existingKubeconfig.Users, &k8s.KubeconfigUserWithName{ + Name: kubeconfig.Users[0].Name + "-" + args.ClusterID, + User: kubeconfig.Users[0].User, + }) + } + + existingKubeconfig.CurrentContext = kubeconfig.Contexts[0].Name + "-" + args.ClusterID + if existingKubeconfig.APIVersion == "" { + existingKubeconfig.APIVersion = "v1" + } + if existingKubeconfig.Kind == "" { + existingKubeconfig.Kind = "Config" + } + + newKubeconfig, err := yaml.Marshal(existingKubeconfig) + if err != nil { + return nil, err + } + + err = ioutil.WriteFile(kubeconfigPath, newKubeconfig, 0644) + if err != nil { + return nil, err + } + + return fmt.Sprintf("Kubeconfig for cluster %s successfully written at %s", args.ClusterID, kubeconfigPath), nil +} diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go new file mode 100644 index 0000000000..4320c22df4 --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go @@ -0,0 +1,149 @@ +package k8s + +import ( + "io/ioutil" + "testing" + + "github.com/alecthomas/assert" + "github.com/scaleway/scaleway-cli/internal/core" + k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" + "gopkg.in/yaml.v2" +) + +var ( + existingKubeconfigs = `apiVersion: v1 +kind: Config +current-context: test@test +clusters: +- name: test + cluster: + server: https://test:6443 + certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRJd01ETXdOREV4TVRVd01Gb1hEVE13TURNd05ERXhNVFV3TUZvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS3UvCkxIWXlNUTdFWmRaWmFaRUFsMkJaZDJLVmhPNjR0cGdJN0NUcG56NGRMUzZpdmRQSVJMbGdGdzBBV3ByNkFQeGsKeWp4K09mMkxxUVR4TkdDTFFaOEN2LzF4K3ZSdlM5YXJ3VnVIZ1pML2ZkTTE5Z2oyRWMvZUY3WDhLMEVadVNYMQpHb1ZickFOSDcyb2NkeHdvajZZc29nZHlSRHpXbkRjN2pvVjlsZlZjMlF1UDdHK2FGOEZBSTYrMUZpTDlidFE3Cnl3ZmFDWnE4M1dKcTFpOStqKzRsRUFDaFA1alZ2LzBLenVOMnRud3VaV3ljM3pRbHJHSG1xbGQ4WCtjVEJrMGgKN3hYSTV3U3VPTzMvVzBpcFQ5QVdWZjBoWVpnNVY5VWlKTjVBREZXem15eFQ4bTlVZXR3bTNhVlJtZ3IrNU44YQpGNkdWTWd2TEFteVo1bUpoR0RrQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFFL1JMZU9vbXM3TlF4OUgvNjJIcm9VUTJ5TFcKMXlpaVBVaFBEUUJEZ1p5T251TWN2Sk84SFQrcFZ3OWVPazUxeTNUT01LYmJwQWhxc0I3dEpLQVRWcWJ5Z2tHNgpzWUQrS3kwckNITzdEMTM5RXQ1eEI2dGtDQTJxSlVRMkFFb0kyNy9na3Z3K05WektUU3VSVUF0QXZXQ2diNnVZCmRUa2NpaGNSemhyV1dTV05RN3M2RSt0Y3NJS01ibUJVT0NsMVh6MERPM3RsbzlPLzRMUkE4b3RXUDEweGVLcmsKVWxRVUsvSXFpL2FTN1c4Nm4vSWU1dFVvNTJRZk5NMk0xZkVtUVA2eThYMUZWbDh2cC9WcXgxMWszeS9ZSEcvVgp5N0pIY1hhdVJLSTdieGdPdWdTZXAyZDBsaFl4Smw2NUNQT0NsbGF3Y3U3MERzMzRNS2kzWGtDZTIwST0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo= +contexts: +- name: test@test + context: + cluster: test + user: test +users: +- name: test + user: + token: qotGxuOfD74ajgWir18tMMPicxLIizKg3nt5PKHGbsbNDbGfqNojIdXI + username: test + password: test` + + testKubeconfig = &k8s.Kubeconfig{ + APIVersion: "v1", + Kind: "config", + Clusters: []*k8s.KubeconfigClusterWithName{ + &k8s.KubeconfigClusterWithName{ + Name: "test", + Cluster: k8s.KubeconfigCluster{ + CertificateAuthorityData: "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRJd01ETXdOREV4TVRVd01Gb1hEVE13TURNd05ERXhNVFV3TUZvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS3UvCkxIWXlNUTdFWmRaWmFaRUFsMkJaZDJLVmhPNjR0cGdJN0NUcG56NGRMUzZpdmRQSVJMbGdGdzBBV3ByNkFQeGsKeWp4K09mMkxxUVR4TkdDTFFaOEN2LzF4K3ZSdlM5YXJ3VnVIZ1pML2ZkTTE5Z2oyRWMvZUY3WDhLMEVadVNYMQpHb1ZickFOSDcyb2NkeHdvajZZc29nZHlSRHpXbkRjN2pvVjlsZlZjMlF1UDdHK2FGOEZBSTYrMUZpTDlidFE3Cnl3ZmFDWnE4M1dKcTFpOStqKzRsRUFDaFA1alZ2LzBLenVOMnRud3VaV3ljM3pRbHJHSG1xbGQ4WCtjVEJrMGgKN3hYSTV3U3VPTzMvVzBpcFQ5QVdWZjBoWVpnNVY5VWlKTjVBREZXem15eFQ4bTlVZXR3bTNhVlJtZ3IrNU44YQpGNkdWTWd2TEFteVo1bUpoR0RrQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFFL1JMZU9vbXM3TlF4OUgvNjJIcm9VUTJ5TFcKMXlpaVBVaFBEUUJEZ1p5T251TWN2Sk84SFQrcFZ3OWVPazUxeTNUT01LYmJwQWhxc0I3dEpLQVRWcWJ5Z2tHNgpzWUQrS3kwckNITzdEMTM5RXQ1eEI2dGtDQTJxSlVRMkFFb0kyNy9na3Z3K05WektUU3VSVUF0QXZXQ2diNnVZCmRUa2NpaGNSemhyV1dTV05RN3M2RSt0Y3NJS01ibUJVT0NsMVh6MERPM3RsbzlPLzRMUkE4b3RXUDEweGVLcmsKVWxRVUsvSXFpL2FTN1c4Nm4vSWU1dFVvNTJRZk5NMk0xZkVtUVA2eThYMUZWbDh2cC9WcXgxMWszeS9ZSEcvVgp5N0pIY1hhdVJLSTdieGdPdWdTZXAyZDBsaFl4Smw2NUNQT0NsbGF3Y3U3MERzMzRNS2kzWGtDZTIwST0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=", + Server: "https://test:6443", + }, + }, + }, + Contexts: []*k8s.KubeconfigContextWithName{ + &k8s.KubeconfigContextWithName{ + Name: "test@test", + Context: k8s.KubeconfigContext{ + Cluster: "test", + User: "test", + }, + }, + }, + Users: []*k8s.KubeconfigUserWithName{ + &k8s.KubeconfigUserWithName{ + Name: "test", + User: k8s.KubeconfigUser{ + Token: "qotGxuOfD74ajgWir18tMMPicxLIizKg3nt5PKHGbsbNDbGfqNojIdXI", + Username: "test", + Password: "test", + }, + }, + }, + } +) + +func testIfKubeconfigInFile(t *testing.T, filePath string, suffix string, kubeconfig *k8s.Kubeconfig) { + kubeconfigBytes, err := ioutil.ReadFile(filePath) + assert.Nil(t, err) + var existingKubeconfig k8s.Kubeconfig + err = yaml.Unmarshal(kubeconfigBytes, &existingKubeconfig) + assert.Nil(t, err) + + found := false + for _, cluster := range existingKubeconfig.Clusters { + if cluster.Name == kubeconfig.Clusters[0].Name+suffix { + assert.Equal(t, kubeconfig.Clusters[0].Cluster, cluster.Cluster) + found = true + break + } + } + assert.True(t, found, "cluster not found in kubeconfig for cluster with suffix %s", suffix) + + found = false + for _, context := range existingKubeconfig.Contexts { + if context.Name == kubeconfig.Contexts[0].Name+suffix { + assert.Equal(t, kubeconfig.Contexts[0].Context.Cluster+suffix, context.Context.Cluster) + assert.Equal(t, kubeconfig.Contexts[0].Context.User+suffix, context.Context.User) + assert.Equal(t, kubeconfig.Contexts[0].Context.Namespace, context.Context.Namespace) + found = true + break + } + } + + assert.True(t, found, "context not found in kubeconfig for cluster with suffix %s", suffix) + + found = false + for _, user := range existingKubeconfig.Users { + if user.Name == kubeconfig.Users[0].Name+suffix { + assert.Equal(t, kubeconfig.Users[0].User, user.User) + found = true + break + } + } + + assert.True(t, found, "user not found in kubeconfig with suffix %s", suffix) +} + +func Test_InstallKubeconfig(t *testing.T) { + + //// + // Simple use cases + //// + t.Run("simple", core.Test(&core.TestConfig{ + Commands: GetCommands(), + Cmd: "scw k8s kubeconfig install cluster-id={{ .Cluster.ID }}", + BeforeFunc: createClusterAndWaitAndKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), + Check: core.TestCheckCombine( + core.TestCheckGolden(), + func(t *testing.T, ctx *core.CheckFuncCtx) { + testIfKubeconfigInFile(t, "/tmp/cli-test", "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) + }, + core.TestCheckExitCode(0), + ), + AfterFunc: deleteCluster("Cluster"), + OverrideEnv: map[string]string{ + "KUBECONFIG": "/tmp/cli-test", + }, + })) + + t.Run("merge", core.Test(&core.TestConfig{ + Commands: GetCommands(), + Cmd: "scw k8s kubeconfig install cluster-id={{ .Cluster.ID }}", + BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFile("Cluster", "Kubeconfig", kapsuleVersion, "/tmp/cli-merge-test", []byte(existingKubeconfigs)), + Check: core.TestCheckCombine( + core.TestCheckGolden(), + func(t *testing.T, ctx *core.CheckFuncCtx) { + testIfKubeconfigInFile(t, "/tmp/cli-merge-test", "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) + testIfKubeconfigInFile(t, "/tmp/cli-merge-test", "", testKubeconfig) + }, + core.TestCheckExitCode(0), + ), + AfterFunc: deleteCluster("Cluster"), + OverrideEnv: map[string]string{ + "KUBECONFIG": "/tmp/cli-merge-test", + }, + })) +} diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go new file mode 100644 index 0000000000..bca43b85c5 --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go @@ -0,0 +1,115 @@ +package k8s + +import ( + "context" + "fmt" + "io/ioutil" + "os" + "path" + "reflect" + "runtime" + "strings" + + "github.com/mitchellh/go-homedir" + "github.com/scaleway/scaleway-cli/internal/core" + k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" + "gopkg.in/yaml.v2" +) + +type k8sKubeconfigUninstallRequest struct { + ClusterID string +} + +func k8sKubeconfigUninstallCommand() *core.Command { + return &core.Command{ + Short: `Uninstall a kubeconfig`, + Long: `Remove specified cluster from kubeconfig file specified by the KUBECONFIG env, if empty it will default to $HOME/.kube/config.`, + Namespace: "k8s", + Verb: "uninstall", + Resource: "kubeconfig", + ArgsType: reflect.TypeOf(k8sKubeconfigUninstallRequest{}), + ArgSpecs: core.ArgSpecs{ + core.RegionArgSpec(), + { + Name: "cluster-id", + Short: "Cluster ID from which to uninstall the kubeconfig", + Required: true, + }, + }, + Run: k8sKubeconfigUninstallRun, + } +} + +func k8sKubeconfigUninstallRun(ctx context.Context, argsI interface{}) (i interface{}, e error) { + args := argsI.(*k8sKubeconfigUninstallRequest) + + var kubeconfigPath string + kubeconfigEnv := core.ExtractEnv(ctx, "KUBECONFIG") + if kubeconfigEnv != "" { + if runtime.GOOS == "windows" { + kubeconfigPath = strings.Split(kubeconfigEnv, ";")[0] + } else { + kubeconfigPath = strings.Split(kubeconfigEnv, ":")[0] + } + } else { + homeDir, err := homedir.Dir() + if err != nil { + return nil, err + } + kubeconfigPath = path.Join(homeDir, kubeLocationDir, "config") + } + + if _, err := os.Stat(kubeconfigPath); os.IsNotExist(err) { + return fmt.Sprintf("File %s does not exists.", kubeconfigPath), nil + } + + file, err := ioutil.ReadFile(kubeconfigPath) + if err != nil { + return nil, err + } + + var existingKubeconfig k8s.Kubeconfig + + err = yaml.Unmarshal(file, &existingKubeconfig) + if err != nil { + return nil, err + } + + newClusters := []*k8s.KubeconfigClusterWithName{} + for _, cluster := range existingKubeconfig.Clusters { + if !strings.HasSuffix(cluster.Name, args.ClusterID) { + newClusters = append(newClusters, cluster) + } + } + + newContexts := []*k8s.KubeconfigContextWithName{} + for _, context := range existingKubeconfig.Contexts { + if !strings.HasSuffix(context.Name, args.ClusterID) { + newContexts = append(newContexts, context) + } + } + + newUsers := []*k8s.KubeconfigUserWithName{} + for _, user := range existingKubeconfig.Users { + if !strings.HasSuffix(user.Name, args.ClusterID) { + newUsers = append(newUsers, user) + } + } + + existingKubeconfig.CurrentContext = "" + existingKubeconfig.Clusters = newClusters + existingKubeconfig.Contexts = newContexts + existingKubeconfig.Users = newUsers + + newKubeconfig, err := yaml.Marshal(existingKubeconfig) + if err != nil { + return nil, err + } + + err = ioutil.WriteFile(kubeconfigPath, newKubeconfig, 0644) + if err != nil { + return nil, err + } + + return fmt.Sprintf("Cluster %s successfully deleted from %s", args.ClusterID, kubeconfigPath), nil +} diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go new file mode 100644 index 0000000000..e61ce72b84 --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go @@ -0,0 +1,107 @@ +package k8s + +import ( + "io/ioutil" + "os" + "testing" + + "github.com/alecthomas/assert" + "github.com/scaleway/scaleway-cli/internal/core" + k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" + "gopkg.in/yaml.v2" +) + +func testIfKubeconfigNotInFile(t *testing.T, filePath string, suffix string, kubeconfig *k8s.Kubeconfig) { + kubeconfigBytes, err := ioutil.ReadFile(filePath) + assert.Nil(t, err) + var existingKubeconfig k8s.Kubeconfig + err = yaml.Unmarshal(kubeconfigBytes, &existingKubeconfig) + assert.Nil(t, err) + + found := false + for _, cluster := range existingKubeconfig.Clusters { + if cluster.Name == kubeconfig.Clusters[0].Name+suffix { + found = true + break + } + } + assert.False(t, found, "cluster found in kubeconfig for cluster with suffix %s", suffix) + + found = false + for _, context := range existingKubeconfig.Contexts { + if context.Name == kubeconfig.Contexts[0].Name+suffix { + found = true + break + } + } + + assert.False(t, found, "context found in kubeconfig for cluster with suffix %s", suffix) + + found = false + for _, user := range existingKubeconfig.Users { + if user.Name == kubeconfig.Users[0].Name+suffix { + found = true + break + } + } + + assert.False(t, found, "user found in kubeconfig with suffix %s", suffix) +} + +func Test_UninstallKubeconfig(t *testing.T) { + + //// + // Simple use cases + //// + t.Run("uninstall", core.Test(&core.TestConfig{ + Commands: GetCommands(), + Cmd: "scw k8s kubeconfig uninstall cluster-id={{ .Cluster.ID }}", + BeforeFunc: createClusterAndWaitAndInstallKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), + Check: core.TestCheckCombine( + core.TestCheckGolden(), + func(t *testing.T, ctx *core.CheckFuncCtx) { + testIfKubeconfigNotInFile(t, "/tmp/cli-uninstall-test", "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) + }, + core.TestCheckExitCode(0), + ), + AfterFunc: deleteCluster("Cluster"), + OverrideEnv: map[string]string{ + "KUBECONFIG": "/tmp/cli-uninstall-test", + }, + })) + t.Run("empty file", core.Test(&core.TestConfig{ + Commands: GetCommands(), + Cmd: "scw k8s kubeconfig uninstall cluster-id={{ .Cluster.ID }}", + BeforeFunc: createClusterAndWaitAndKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), + Check: core.TestCheckCombine( + core.TestCheckGolden(), + func(t *testing.T, ctx *core.CheckFuncCtx) { + _, err := os.Stat("/tmp/emptyfile") + assert.True(t, os.IsNotExist(err)) + }, + core.TestCheckExitCode(0), + ), + AfterFunc: deleteCluster("Cluster"), + OverrideEnv: map[string]string{ + "KUBECONFIG": "/tmp/emptyfile", + }, + })) + t.Run("uninstall-merge", core.Test(&core.TestConfig{ + Commands: GetCommands(), + Cmd: "scw k8s kubeconfig uninstall cluster-id={{ .Cluster.ID }}", + BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFileAndInstall("Cluster", "Kubeconfig", kapsuleVersion, "/tmp/cli-uninstall-merge-test", []byte(existingKubeconfigs)), + Check: core.TestCheckCombine( + core.TestCheckGolden(), + func(t *testing.T, ctx *core.CheckFuncCtx) { + testIfKubeconfigNotInFile(t, "/tmp/cli-uninstall-merge-test", "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) + testIfKubeconfigInFile(t, "/tmp/cli-uninstall-merge-test", "", testKubeconfig) + }, + core.TestCheckExitCode(0), + ), + AfterFunc: deleteCluster("Cluster"), + OverrideEnv: map[string]string{ + "KUBECONFIG": "/tmp/cli-uninstall-merge-test", + }, + })) + +} diff --git a/internal/namespaces/k8s/v1beta4/helpers_test.go b/internal/namespaces/k8s/v1beta4/helpers_test.go new file mode 100644 index 0000000000..2e7a7ca381 --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/helpers_test.go @@ -0,0 +1,116 @@ +package k8s + +import ( + "fmt" + "io/ioutil" + + "github.com/scaleway/scaleway-cli/internal/core" + k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" +) + +const ( + kapsuleVersion = "1.17.3" +) + +// +// Clusters +// + +// createClusterAndWaitAndKubeconfig creates a basic cluster with 1 dev1-m as node, the given version and +// register it in the context Meta at metaKey. +func createClusterAndWaitAndKubeconfig(metaKey string, kubeconfigMetaKey string, version string) core.BeforeFunc { + return func(ctx *core.BeforeFuncCtx) error { + cmd := fmt.Sprintf("scw k8s cluster create name=cli-test version=%s cni=cilium default-pool-config.node-type=DEV1-M default-pool-config.size=1 --wait", version) + res := ctx.ExecuteCmd(cmd) + cluster := res.(*k8s.Cluster) + ctx.Meta[metaKey] = cluster + api := k8s.NewAPI(ctx.Client) + kubeconfig, err := api.GetClusterKubeConfig(&k8s.GetClusterKubeConfigRequest{ + Region: cluster.Region, + ClusterID: cluster.ID, + }) + if err != nil { + return err + } + ctx.Meta[kubeconfigMetaKey] = kubeconfig + return nil + } +} + +// createClusterAndWaitAndInstallKubeconfig creates a basic cluster with 1 dev1-m as node, the given version and +// register it in the context Meta at metaKey. And install the kubeconfig +func createClusterAndWaitAndInstallKubeconfig(metaKey string, kubeconfigMetaKey string, version string) core.BeforeFunc { + return func(ctx *core.BeforeFuncCtx) error { + cmd := fmt.Sprintf("scw k8s cluster create name=cli-test version=%s cni=cilium default-pool-config.node-type=DEV1-M default-pool-config.size=1 --wait", version) + res := ctx.ExecuteCmd(cmd) + cluster := res.(*k8s.Cluster) + ctx.Meta[metaKey] = cluster + api := k8s.NewAPI(ctx.Client) + kubeconfig, err := api.GetClusterKubeConfig(&k8s.GetClusterKubeConfigRequest{ + Region: cluster.Region, + ClusterID: cluster.ID, + }) + if err != nil { + return err + } + ctx.Meta[kubeconfigMetaKey] = kubeconfig + cmd = fmt.Sprintf("scw k8s kubeconfig install cluster-id=%s", cluster.ID) + _ = ctx.ExecuteCmd(cmd) + return nil + } +} + +// createClusterAndWaitAndKubeconfigAndPopulateFile creates a basic cluster with 1 dev1-m as node, the given version and +// register it in the context Meta at metaKey. It also populates the given file with the given content +func createClusterAndWaitAndKubeconfigAndPopulateFile(metaKey string, kubeconfigMetaKey string, version string, file string, content []byte) core.BeforeFunc { + return func(ctx *core.BeforeFuncCtx) error { + cmd := fmt.Sprintf("scw k8s cluster create name=cli-test version=%s cni=cilium default-pool-config.node-type=DEV1-M default-pool-config.size=1 --wait", version) + res := ctx.ExecuteCmd(cmd) + cluster := res.(*k8s.Cluster) + ctx.Meta[metaKey] = cluster + api := k8s.NewAPI(ctx.Client) + kubeconfig, err := api.GetClusterKubeConfig(&k8s.GetClusterKubeConfigRequest{ + Region: cluster.Region, + ClusterID: cluster.ID, + }) + if err != nil { + return err + } + ctx.Meta[kubeconfigMetaKey] = kubeconfig + err = ioutil.WriteFile(file, content, 0644) + return err + } +} + +// createClusterAndWaitAndKubeconfigAndPopulateFileAndInstall creates a basic cluster with 1 dev1-m as node, the given version and +// register it in the context Meta at metaKey. It also populates the given file with the given content and install the new kubeconfig +func createClusterAndWaitAndKubeconfigAndPopulateFileAndInstall(metaKey string, kubeconfigMetaKey string, version string, file string, content []byte) core.BeforeFunc { + return func(ctx *core.BeforeFuncCtx) error { + cmd := fmt.Sprintf("scw k8s cluster create name=cli-test version=%s cni=cilium default-pool-config.node-type=DEV1-M default-pool-config.size=1 --wait", version) + res := ctx.ExecuteCmd(cmd) + cluster := res.(*k8s.Cluster) + ctx.Meta[metaKey] = cluster + api := k8s.NewAPI(ctx.Client) + kubeconfig, err := api.GetClusterKubeConfig(&k8s.GetClusterKubeConfigRequest{ + Region: cluster.Region, + ClusterID: cluster.ID, + }) + if err != nil { + return err + } + ctx.Meta[kubeconfigMetaKey] = kubeconfig + err = ioutil.WriteFile(file, content, 0644) + if err != nil { + return err + } + cmd = fmt.Sprintf("scw k8s kubeconfig install cluster-id=%s", cluster.ID) + _ = ctx.ExecuteCmd(cmd) + + return nil + } +} + +// deleteCluster deletes a cluster previously registered in the context Meta at metaKey. +func deleteCluster(metaKey string) core.AfterFunc { + return core.ExecAfterCmd("scw k8s cluster delete cluster-id={{ ." + metaKey + ".ID }} --wait") +} diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.cassette.yaml new file mode 100644 index 0000000000..08e8d4095f --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.cassette.yaml @@ -0,0 +1,613 @@ +--- +version: 1 +interactions: +- request: + body: '{"organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","name":"cli-test","description":"","tags":null,"version":"1.17.3","cni":"cilium","enable_dashboard":false,"ingress":"unknown_ingress","default_pool_config":{"node_type":"DEV1-M","placement_group_id":null,"autoscaling":false,"size":1,"min_size":null,"max_size":null,"container_runtime":"unknown_runtime","autohealing":false,"tags":null},"autoscaler_config":null,"auto_upgrade":null,"feature_gates":null,"admission_plugins":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters + method: POST + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376306Z","updated_at":"2020-03-09T16:40:47.165376306Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "989" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:40:47 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - edc32fcb-89ac-4c25-90ab-7c39245b1cf0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:40:48 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - db24b710-5856-4eb5-994b-7fad0e8d7513 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:40:53 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 29ba8d19-19c5-4d31-beb3-a413cde87d27 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:40:58 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d6f5f872-458d-4e45-bd02-271e85c4e7f2 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:03 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c26c13e6-9e19-4d0c-af1f-ce5d671264b0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:08 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - de8cc3ba-a007-423d-b307-dd7fee6d74b6 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e3cb619d-ebe6-41e5-8129-eea2456b3667 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:19 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fa700ccf-6ccf-4b4e-9186-15c78020991d + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:24 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 006c1c7b-61f4-462c-a564-40497e87d30e + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:29 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2b0a7df7-e803-45ae-9200-446521bace32 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:34 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1213b860-0b09-466f-8720-ef249902a4fe + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:41:39.204140Z","name":"cli-test","description":"","current_node_count":0,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "980" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:39 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0e98de08-ad7f-409e-a0a3-63e8704922d8 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBSRVV5VGtSQk1FNHhiMWhFVkUxM1RVUk5kMDlFUlRKT1JFRXdUakZ2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRWSm9DbU52V1VJclJXeFhiMHR4VkV4SFVXUlBSSGQ0ZDI5aGNHNVJTbXRtYVhKWkswd3hZUzk1WWpkSFYyY3ZiM2hZWkVsVk1rbGlaa2xLVVZoU2IyMTFTM0VLU1ZSNmFtMDJVWEpSZWtwVFNHTlFZMjFsUTA0NFlWUTRaR2RPYldNclpGWkRaV2RrYXpneFdFMXlUMEpPUWtVMFZFUkJOSEozZVdjek9HRTVRWFpRYWdwdVNsQnBiMFpPUm1WblkyWkZlbXRZWTJoaWMycFBNVTlNSzI1RlZWcFNVR3hUUVZscFZtWkJSbWtyVmtOclkyUjRRbGR4Y21SNVJFcEdUMU52VURGbkNpdFhlSG8wYlhCTkt6Tmpkek54VjNsdmQwNUxXVVIxWjFGM2FVaHViRzV2VFU5RFVWcGxaRmRpVUhRd01ERnRiV0ZYVWsxSkwwSk9iRTVMV1dNeGJqRUtWbFJuT0Zoc2FreDJkMlZPTVhOU04wRmpNamx0VDAxR1F5czNhazR2YTNaYUsxRTJlbUZ0ZDBGTFdUZExiM1ZpUXpkWmVrcDBaazFLTVdWNVdrSnJSUXBIUkRsbVNIQnJZV2R0U0dGdlEwUjRjVkpqUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGS05rUmFkMUJXYjBFNFpUTnNVbHB5WmtOc1RGYzRjbVZtUVRFS1pWSldSRzR6ZFVaSVlrRk5TRzU0VlZkSE5tbHFiRWwwY25ONFJ6Y3lSbGxFZEZobVMzZEZiR2xwUTFwTWNTOXRVR3czYkM5Qk5VcEdZM1Y1U0RrNFZncE1XV0pQUTNJNFdsQlhXV3hTZUU1cFRpdHBjMHBVZVhGTVRpOXdSbFpIVlVSckt6QnFkVk5aZGt0SmRWQlVjbVY0Wnl0a1VrMXJhVUZLYjBodllWUklDbVZsZURKaWNFeHpRVFZDYWpkaFRUQldkVUozTVRSR1Z6TTBjM2d4VFdKQk16ZDJSMWhFVEZkWFIxRlNlVGhyWjA0M1RWZEJRVkIxYmtSMFRXSlNjbWtLT0ZwSGEzQnFibkpDYUVzeVZEZDZVVklyTm0xSVRrUmhZWEoyUTA5RlpEVlBjM292YzNCcVoxSndOa1ZNTDI5UlEzRkpSSGRpVkZrd0sxbzJXbWM0ZEFwd2RFcGpiMG8xZDJKRGF6WXdiRTA1VEROeVFXUlJZWEkwUlhWdlZ6RTNSa1ZIUTFJM2RGazRkRFJzZGxoSVYwTmxlVTU0WWtaU2MyY3ZWVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vN2MxMzg3MGYtZDg3Mi00ZjYxLWEwYTYtYWNlYmZhZTU2ZDI3LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBvV2NZcXZrd09LQ2tHd2RDSEtRT3dZNUN3U0ZJMDR1ZVdxb1JBWEtxYjNyWmR3OVJYczM3Q1R4Mw=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:39 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - daa026e3-4938-4621-950a-1d439021ebdb + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBSRVV5VGtSQk1FNHhiMWhFVkUxM1RVUk5kMDlFUlRKT1JFRXdUakZ2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRWSm9DbU52V1VJclJXeFhiMHR4VkV4SFVXUlBSSGQ0ZDI5aGNHNVJTbXRtYVhKWkswd3hZUzk1WWpkSFYyY3ZiM2hZWkVsVk1rbGlaa2xLVVZoU2IyMTFTM0VLU1ZSNmFtMDJVWEpSZWtwVFNHTlFZMjFsUTA0NFlWUTRaR2RPYldNclpGWkRaV2RrYXpneFdFMXlUMEpPUWtVMFZFUkJOSEozZVdjek9HRTVRWFpRYWdwdVNsQnBiMFpPUm1WblkyWkZlbXRZWTJoaWMycFBNVTlNSzI1RlZWcFNVR3hUUVZscFZtWkJSbWtyVmtOclkyUjRRbGR4Y21SNVJFcEdUMU52VURGbkNpdFhlSG8wYlhCTkt6Tmpkek54VjNsdmQwNUxXVVIxWjFGM2FVaHViRzV2VFU5RFVWcGxaRmRpVUhRd01ERnRiV0ZYVWsxSkwwSk9iRTVMV1dNeGJqRUtWbFJuT0Zoc2FreDJkMlZPTVhOU04wRmpNamx0VDAxR1F5czNhazR2YTNaYUsxRTJlbUZ0ZDBGTFdUZExiM1ZpUXpkWmVrcDBaazFLTVdWNVdrSnJSUXBIUkRsbVNIQnJZV2R0U0dGdlEwUjRjVkpqUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGS05rUmFkMUJXYjBFNFpUTnNVbHB5WmtOc1RGYzRjbVZtUVRFS1pWSldSRzR6ZFVaSVlrRk5TRzU0VlZkSE5tbHFiRWwwY25ONFJ6Y3lSbGxFZEZobVMzZEZiR2xwUTFwTWNTOXRVR3czYkM5Qk5VcEdZM1Y1U0RrNFZncE1XV0pQUTNJNFdsQlhXV3hTZUU1cFRpdHBjMHBVZVhGTVRpOXdSbFpIVlVSckt6QnFkVk5aZGt0SmRWQlVjbVY0Wnl0a1VrMXJhVUZLYjBodllWUklDbVZsZURKaWNFeHpRVFZDYWpkaFRUQldkVUozTVRSR1Z6TTBjM2d4VFdKQk16ZDJSMWhFVEZkWFIxRlNlVGhyWjA0M1RWZEJRVkIxYmtSMFRXSlNjbWtLT0ZwSGEzQnFibkpDYUVzeVZEZDZVVklyTm0xSVRrUmhZWEoyUTA5RlpEVlBjM292YzNCcVoxSndOa1ZNTDI5UlEzRkpSSGRpVkZrd0sxbzJXbWM0ZEFwd2RFcGpiMG8xZDJKRGF6WXdiRTA1VEROeVFXUlJZWEkwUlhWdlZ6RTNSa1ZIUTFJM2RGazRkRFJzZGxoSVYwTmxlVTU0WWtaU2MyY3ZWVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vN2MxMzg3MGYtZDg3Mi00ZjYxLWEwYTYtYWNlYmZhZTU2ZDI3LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBvV2NZcXZrd09LQ2tHd2RDSEtRT3dZNUN3U0ZJMDR1ZVdxb1JBWEtxYjNyWmR3OVJYczM3Q1R4Mw=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:39 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - badd239a-604a-44b8-b9cd-77f0e51c92ce + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: DELETE + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:41:39.748866450Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "986" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:39 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 29b64f2b-98eb-432d-a3c3-2645a46bc3e8 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:41:39.748866Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:40 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b720d20d-270b-48e1-ac31-6da4e9ac57d9 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:41:39.748866Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:45 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a53d911b-4297-4ea2-9b1e-2fb632f95d17 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:41:39.748866Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:50 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - bde393ab-7557-44ec-960d-08e44e33a660 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + method: GET + response: + body: '{"message":"resource is not found","resource":"cluster","resource_id":"7c13870f-d872-4f61-a0a6-acebfae56d27","type":"not_found"}' + headers: + Content-Length: + - "128" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 16:41:55 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fc624201-3b45-4c67-9b45-46799becf933 + status: 404 Not Found + code: 404 + duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.stdout.golden new file mode 100644 index 0000000000..720b2830fc --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.stdout.golden @@ -0,0 +1,18 @@ +apiVersion: v1 +clusters: +- name: clitest + cluster: + certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRJd01ETXdPREUyTkRBME4xb1hEVE13TURNd09ERTJOREEwTjFvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTVJoCmNvWUIrRWxXb0txVExHUWRPRHd4d29hcG5RSmtmaXJZK0wxYS95YjdHV2cvb3hYZElVMkliZklKUVhSb211S3EKSVR6am02UXJRekpTSGNQY21lQ044YVQ4ZGdObWMrZFZDZWdkazgxWE1yT0JOQkU0VERBNHJ3eWczOGE5QXZQagpuSlBpb0ZORmVnY2ZFemtYY2hic2pPMU9MK25FVVpSUGxTQVlpVmZBRmkrVkNrY2R4QldxcmR5REpGT1NvUDFnCitXeHo0bXBNKzNjdzNxV3lvd05LWUR1Z1F3aUhubG5vTU9DUVplZFdiUHQwMDFtbWFXUk1JL0JObE5LWWMxbjEKVlRnOFhsakx2d2VOMXNSN0FjMjltT01GQys3ak4va3ZaK1E2emFtd0FLWTdLb3ViQzdZekp0Zk1KMWV5WkJrRQpHRDlmSHBrYWdtSGFvQ0R4cVJjQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFKNkRad1BWb0E4ZTNsUlpyZkNsTFc4cmVmQTEKZVJWRG4zdUZIYkFNSG54VVdHNmlqbEl0cnN4RzcyRllEdFhmS3dFbGlpQ1pMcS9tUGw3bC9BNUpGY3V5SDk4VgpMWWJPQ3I4WlBXWWxSeE5pTitpc0pUeXFMTi9wRlZHVURrKzBqdVNZdktJdVBUcmV4ZytkUk1raUFKb0hvYVRICmVleDJicExzQTVCajdhTTBWdUJ3MTRGVzM0c3gxTWJBMzd2R1hETFdXR1FSeThrZ043TVdBQVB1bkR0TWJScmkKOFpHa3BqbnJCaEsyVDd6UVIrNm1ITkRhYXJ2Q09FZDVPc3ovc3BqZ1JwNkVML29RQ3FJRHdiVFkwK1o2Wmc4dApwdEpjb0o1d2JDazYwbE05TDNyQWRRYXI0RXVvVzE3RkVHQ1I3dFk4dDRsdlhIV0NleU54YkZSc2cvVT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo= + server: https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443 +contexts: +- name: admin@clitest + context: + cluster: clitest + user: clitest-admin +current-context: admin@clitest +kind: Config +preferences: {} +users: +- name: clitest-admin + user: + token: oWcYqvkwOKCkGwdCHKQOwY5CwSFI04ueWqoRAXKqb3rZdw9RXs37CTx3 diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.cassette.yaml new file mode 100644 index 0000000000..f42a4b03a2 --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.cassette.yaml @@ -0,0 +1,1317 @@ +--- +version: 1 +interactions: +- request: + body: '{"organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","name":"cli-test","description":"","tags":null,"version":"1.17.3","cni":"cilium","enable_dashboard":false,"ingress":"unknown_ingress","default_pool_config":{"node_type":"DEV1-M","placement_group_id":null,"autoscaling":false,"size":1,"min_size":null,"max_size":null,"container_runtime":"unknown_runtime","autohealing":false,"tags":null},"autoscaler_config":null,"auto_upgrade":null,"feature_gates":null,"admission_plugins":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters + method: POST + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430064Z","updated_at":"2020-03-09T21:35:02.224430064Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "989" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:02 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - af7d3571-320d-4897-920f-65a12e16cf5d + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:02 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ca8deb81-8151-48af-a5a6-41b04b856d44 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:07 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c9226c58-6caa-4490-bcbd-83e8517416cc + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:12 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e0e29821-1e4a-4466-8510-2337b0ec60d9 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:17 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2749a3c6-90a5-4a70-86c5-1527b61fd2e5 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:22 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b0dc1139-dec9-4710-b6de-6e68f58b9e16 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:27 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 51ee1ece-19fd-4038-9069-6b487eb77e4b + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:32 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7488dacc-e7f0-4979-a084-980cb43b49f7 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:35.877645Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "989" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:37 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d16f7d1b-0fa2-4216-a384-e8985b48a13a + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBSRWw0VFhwVmQwMHhiMWhFVkUxM1RVUk5kMDlFU1hoTmVsVjNUVEZ2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRURlZDbVJwV2toS2R6Tm5UbEZIVVVOMFIwMTBUbll2VEUweE1TOXNVVkowUkZZMFNIVTNZM0F5V0dvMVRqbHJNMUJaYkV0WVJWaFFkMFJPV1V4SFExSlZPRklLU1dzeGNGZFJhemhZZERSSk9VbHRkWEUzTjJNeE5uSndLMHBpY25WRlExRmpMM012VVhsUGFVOXROVEY2WkRGMGEwUjRjbmN3YTAxVFNIbDBURzFPVGdwdGJHODRSV3RyWjI1TVkyVk9SR1JJTVZac09VazBNR0prUVhocE5scFFObFI2ZVhkNVIwdERZMjVOU1VGUlJVVkRkMjVFWm1JM1NUZEpNazExUVV3eUNtdFVkVzk1YjNOT2FrZGhhRFpxYVRaamQzaGhVSE5JY3prMGRrTlZTbEpxVVhGcVIxUTRWR1J2TDJ0YWRteEphazF6Y3pkdVFrMDBkRUV2U0had1VFd0tUalZaVG1ZMVNYWjZLemhPVW5FMU0yUXliR3N2VVZoeVYxSXpSMjlsYVdoRVNGY3hVR2h5UkZsSGQzRjNWV1phUkdwRFNXZFRhWEl2ZUVSVFZrMUpNd3BKYzA5dU0yaHlRVzlHWjA5TFVWbDBTazlWUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGRlJUTmtXRzFoVTJ4QlZrMU9VazEyVkRSamJYUTNTeTgyVVdZS05GZENZMmMwV2pScGRpOXlUakl5UkdOelJFRXlaRVp5Ums4MlVVNVVhelJ2TUVKb2NWb3dRbkZJTWpoNVVrZzFLMUJTVEhscVZGQnhhMmR3VWpBeU5RcHlTakJKYWxsRFFrZDRTRzlQVlZWalJrdHhXV3hPT1VSMVVUbEpORzVXVkdZcllWSlFRa2h6YlhWb1ltdEhibWMzZUhFek9ESXlUSGx0T0RSYWVrcHBDbkJtZDBWd2MzSk1lVmRhSzJVeE1VVklOa0Y0V2tKVmJGWTNWWFY2UW1RMGR6UjNWams1YjJZeE1GTlVTMlphYVZkUFRFMHdkbko0TUdoRksxQkRNVEVLYlZkdmVVUlhZMkZFVmxWMVZVSlFkemN4ZFZaWFdEVXhOV05MYmtNMFNFeEdPRUZqUVU5R05XNUhkVTVQWVVKQlkwSlFlWE5EV1dkQmVVWkNVSEV6ZGdwcGFEWXdia1IwY0hkbU0zUlhSVlpNWTB0b2VGUmpUWGRMWVhwUlMwSkpRazlWZVc1cVYwZHlaRVpGV21sV1VWZDZNbnBIWVZoSEsydHhiejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOTkyYTY4NWQtOWYwYy00Mjg2LWEzNGUtZmE2MGUyMTMwNGJkLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBIQWd4NnVTM1lHTGNncWtoZnNGTjVNMEd3TFJ5NlZhazVSdERiOUtiZm5qV2tBSWw0YkRvOHpBTw=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:38 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 06c33102-5ad5-481f-9991-331a9014412e + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBSRWw0VFhwVmQwMHhiMWhFVkUxM1RVUk5kMDlFU1hoTmVsVjNUVEZ2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRURlZDbVJwV2toS2R6Tm5UbEZIVVVOMFIwMTBUbll2VEUweE1TOXNVVkowUkZZMFNIVTNZM0F5V0dvMVRqbHJNMUJaYkV0WVJWaFFkMFJPV1V4SFExSlZPRklLU1dzeGNGZFJhemhZZERSSk9VbHRkWEUzTjJNeE5uSndLMHBpY25WRlExRmpMM012VVhsUGFVOXROVEY2WkRGMGEwUjRjbmN3YTAxVFNIbDBURzFPVGdwdGJHODRSV3RyWjI1TVkyVk9SR1JJTVZac09VazBNR0prUVhocE5scFFObFI2ZVhkNVIwdERZMjVOU1VGUlJVVkRkMjVFWm1JM1NUZEpNazExUVV3eUNtdFVkVzk1YjNOT2FrZGhhRFpxYVRaamQzaGhVSE5JY3prMGRrTlZTbEpxVVhGcVIxUTRWR1J2TDJ0YWRteEphazF6Y3pkdVFrMDBkRUV2U0had1VFd0tUalZaVG1ZMVNYWjZLemhPVW5FMU0yUXliR3N2VVZoeVYxSXpSMjlsYVdoRVNGY3hVR2h5UkZsSGQzRjNWV1phUkdwRFNXZFRhWEl2ZUVSVFZrMUpNd3BKYzA5dU0yaHlRVzlHWjA5TFVWbDBTazlWUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGRlJUTmtXRzFoVTJ4QlZrMU9VazEyVkRSamJYUTNTeTgyVVdZS05GZENZMmMwV2pScGRpOXlUakl5UkdOelJFRXlaRVp5Ums4MlVVNVVhelJ2TUVKb2NWb3dRbkZJTWpoNVVrZzFLMUJTVEhscVZGQnhhMmR3VWpBeU5RcHlTakJKYWxsRFFrZDRTRzlQVlZWalJrdHhXV3hPT1VSMVVUbEpORzVXVkdZcllWSlFRa2h6YlhWb1ltdEhibWMzZUhFek9ESXlUSGx0T0RSYWVrcHBDbkJtZDBWd2MzSk1lVmRhSzJVeE1VVklOa0Y0V2tKVmJGWTNWWFY2UW1RMGR6UjNWams1YjJZeE1GTlVTMlphYVZkUFRFMHdkbko0TUdoRksxQkRNVEVLYlZkdmVVUlhZMkZFVmxWMVZVSlFkemN4ZFZaWFdEVXhOV05MYmtNMFNFeEdPRUZqUVU5R05XNUhkVTVQWVVKQlkwSlFlWE5EV1dkQmVVWkNVSEV6ZGdwcGFEWXdia1IwY0hkbU0zUlhSVlpNWTB0b2VGUmpUWGRMWVhwUlMwSkpRazlWZVc1cVYwZHlaRVpGV21sV1VWZDZNbnBIWVZoSEsydHhiejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOTkyYTY4NWQtOWYwYy00Mjg2LWEzNGUtZmE2MGUyMTMwNGJkLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBIQWd4NnVTM1lHTGNncWtoZnNGTjVNMEd3TFJ5NlZhazVSdERiOUtiZm5qV2tBSWw0YkRvOHpBTw=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:38 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8476eabf-fbf5-4053-a348-1aed6851176d + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: DELETE + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685457Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "995" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:38 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a83b7c41-1f16-40e4-a760-8ba18fe6e75d + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:38 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 54fe9165-1866-4b84-a3bc-67f5086666b0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:43 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4280bf4b-9952-46bb-8ac1-bc56e02f78bf + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:48 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e9bbc8ce-f4c2-40de-9063-e1c35a034502 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:53 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ff420778-486e-449e-91e6-56b18db20079 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:35:58 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f9c4e150-37d3-4f88-81fe-eb95b308be2d + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:36:03 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b17c1dcb-627c-41af-825b-031c555594a3 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:36:08 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 33c34e13-9af6-4975-9636-238117e6fbbd + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:36:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 98647bd2-1b8a-4681-a735-4cfb4f67709c + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:36:18 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - aa6ae1c9-cbca-4a58-a320-2517353bb8dc + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:36:24 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4272af93-4481-4cf8-850b-71cff353ab74 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:36:29 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 483ffcf5-1a7f-45d5-8075-83aa291c5be2 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:36:34 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f745bb04-d0a9-4e1d-bc41-32c7577996d4 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:36:39 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1feb2e34-c0ec-45f7-b9f3-45283fdf0dc9 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:36:44 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5d90f4ce-a776-47c9-b7b4-045a558a908e + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:36:49 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a76a02ea-8914-4c69-80f3-258d44702f31 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:36:54 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f840e324-1b0f-434e-a6db-15c9b9fef65f + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:36:59 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2bede6c3-6f33-4eb0-b872-7a89df4fff5e + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:37:04 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1a06afd1-fc70-4ff7-9f44-05046d3666f7 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:37:09 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9f1c167d-4bb1-4eb7-9655-259b8d4dd410 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:37:14 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - df3fb8f9-9c31-42ba-a500-beb714aec700 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:37:19 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8c9956ec-ee91-4189-8ac9-f18a211d4693 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:37:24 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5c5db39f-c82c-42a3-8201-58706af4f0d2 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:37:29 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0eaa5a3f-857d-4e09-af34-9ede2fd8c7c8 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:37:34 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 41013f72-d401-4f72-81b1-afbf07ea6e63 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:37:39 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e26d2311-ceb0-4716-a870-67ae1e69ce85 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:37:44 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 88fffcc4-f0de-4168-be49-50c6b2389600 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:37:49 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b625f33d-71e3-45a1-b9f9-c0408143f9d2 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:37:54 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 94435446-579c-4386-8757-37a03fb4ed9c + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + method: GET + response: + body: '{"message":"resource is not found","resource":"cluster","resource_id":"992a685d-9f0c-4286-a34e-fa60e21304bd","type":"not_found"}' + headers: + Content-Length: + - "128" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 21:37:59 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cda96f4f-82fe-40ac-8895-27b1b2beb787 + status: 404 Not Found + code: 404 + duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.stdout.golden new file mode 100644 index 0000000000..539be3071c --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.stdout.golden @@ -0,0 +1 @@ +Kubeconfig for cluster 992a685d-9f0c-4286-a34e-fa60e21304bd successfully written at /tmp/cli-merge-test diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.cassette.yaml new file mode 100644 index 0000000000..cea427f823 --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.cassette.yaml @@ -0,0 +1,1349 @@ +--- +version: 1 +interactions: +- request: + body: '{"organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","name":"cli-test","description":"","tags":null,"version":"1.17.3","cni":"cilium","enable_dashboard":false,"ingress":"unknown_ingress","default_pool_config":{"node_type":"DEV1-M","placement_group_id":null,"autoscaling":false,"size":1,"min_size":null,"max_size":null,"container_runtime":"unknown_runtime","autohealing":false,"tags":null},"autoscaler_config":null,"auto_upgrade":null,"feature_gates":null,"admission_plugins":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters + method: POST + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965343638Z","updated_at":"2020-03-09T20:56:19.965343638Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "989" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:56:20 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f348d787-a519-4063-a2bd-8301f4cd97cb + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:56:20 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - faac7853-a3c4-4271-8cef-3878409f5fbe + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:56:25 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 85a1e38b-b09e-4cce-b6d3-540383dd980b + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:56:30 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 676d3a44-95f9-47f8-9687-d7701d39321b + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:56:35 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 865a92b1-2bfc-4fc3-93c9-734962872df8 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:56:40 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - edbc1242-89a9-4abb-b2e4-f1c149a122fd + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:56:45 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9f217077-955d-4db2-a156-83dbe196f790 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:56:50 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e682c3f3-402f-4897-9a07-75b7322b81e2 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:56:55 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 68f9378b-b401-4bc6-9d03-d89eeff41013 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:57.834151Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "989" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:00 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 25d8ee38-d082-4b9c-88c5-cdc475d00eda + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBSRWwzVGxSWmVVMUdiMWhFVkUxM1RVUk5kMDlFU1hkT1ZGbDVUVVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlN6SXhDbTB5ZWtvMFprbFJaVlpsVTNaVmExY3JTamxxTUc5MmRESllNM1ZSVEZVMVZuTmlheTh4TUdGSWExZEZlbmx4UldSMWRVWkpSblJYVlVkU2FFdEdUR3NLWkcxV1FrRndjVmhZWldKWGJWRklWbVEwUnpWaWExSmpWVGhtYkZSelZXVk1RVE5xUkhVeFNrWklNR2RaV2pNMlpHNUhiWE5oWTJscFRYVkpNMlpFT1FwSVUyWm9VMGNyWVc5TlFtNWFTa1Z4VlZSTGFtUkdkQ3MyVVZCTmQwbzRkV05YYkRjeVZtcGFaa0pPTDBZMFdtc3lLMHN5UVhWYVFUZDJUa1pPVkhCU0NucFRjQ3QxTVhJdmVsRjRjelE0WlZrM1QxUk5PWGRUTlV3Mk9IVllXV1pMUkVJcmNXMW5aMGw1T1RNMlVERTJRblpNZVVoVlJFMWtibUpEYm1kQk9Hb0tiWEZ2WlRWbFZFOTJWa3h3Vnl0WE1rb3dNMVJ4WkZGcE1FdEtSRnBaYjFZME5tZFhNSEZ3Um5OQmFGTXJRbVEzUkhacmFpOTZlSGMyZFhveFRGQXJUQXBOZWtoUmVrWnRSRlZUYUdkRU5WWmpSM3BWUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGS2QwVlFiMjFMU2xOeGJVWXdVMVpzTjBkbFoxQkxSRUZZTmpBS2NrdHZjMjFNY1hscGMwcHVaVnB6TUZwQk4ya3lTbGhUYlVKdk1qaDFkM1JqVm5SeU4zTnBTMk5DV25NM04yNWxPVWRKWWpaeFZVaHNNMEZFYUdneWFncFpWV2RDTkcxRGNWVkRjMWxGTUhwcFRIRlRWMlZyZFVkNk5EZHdSRWhCT1hKSFNuVXJWV1IwUkRSR0wyVXphM1p1TVV3MGNFOHhZMk5sVTBOa1p6ZFdDakYzY0doa1VXeGtLMVZuTlZVMmREUnZZM2dyVjFVeGEwaFphR1EySzJWdlpIUnhUbVJXT1U5dk5pdHpWMEZXYWxvNGFYVjBkRTFIYXpCaVYzQXpiRTBLVmtKak5VTlVMemhIZFZKVmNHRnVSVTl4SzI0NFJUZFlSa1J1U0dFNGMwRmhiR2Q1ZEVST1oxaElhV3BqWm1nMU1IbFZaelphVFRWV1lTdENjbGxKVmdwNFNGWkRSR0ZDS3pKSE5YSTRNbEJ0ZVRaMVJVaHBObVF4Y0U5TmNXdHVkelJ5ZW00ek1VeFRTVEpSYjFSUlVFbDJRVmd6V0hSa2JpdGhUVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vMzE1MzM4NWEtYzkyYy00OWRiLTkzZGEtZTU1NmVkMWUxYmViLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBHS0Y3bk1ZdXhyblZrcjNubHlhM04xOTdnRWVNWHM4Mm5HSFlxT0xjOHZycEhWSUp0ZWlLU3k4NA=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:01 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ed75a89c-fe9a-45ee-b24f-df74f2a90318 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBSRWwzVGxSWmVVMUdiMWhFVkUxM1RVUk5kMDlFU1hkT1ZGbDVUVVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlN6SXhDbTB5ZWtvMFprbFJaVlpsVTNaVmExY3JTamxxTUc5MmRESllNM1ZSVEZVMVZuTmlheTh4TUdGSWExZEZlbmx4UldSMWRVWkpSblJYVlVkU2FFdEdUR3NLWkcxV1FrRndjVmhZWldKWGJWRklWbVEwUnpWaWExSmpWVGhtYkZSelZXVk1RVE5xUkhVeFNrWklNR2RaV2pNMlpHNUhiWE5oWTJscFRYVkpNMlpFT1FwSVUyWm9VMGNyWVc5TlFtNWFTa1Z4VlZSTGFtUkdkQ3MyVVZCTmQwbzRkV05YYkRjeVZtcGFaa0pPTDBZMFdtc3lLMHN5UVhWYVFUZDJUa1pPVkhCU0NucFRjQ3QxTVhJdmVsRjRjelE0WlZrM1QxUk5PWGRUTlV3Mk9IVllXV1pMUkVJcmNXMW5aMGw1T1RNMlVERTJRblpNZVVoVlJFMWtibUpEYm1kQk9Hb0tiWEZ2WlRWbFZFOTJWa3h3Vnl0WE1rb3dNMVJ4WkZGcE1FdEtSRnBaYjFZME5tZFhNSEZ3Um5OQmFGTXJRbVEzUkhacmFpOTZlSGMyZFhveFRGQXJUQXBOZWtoUmVrWnRSRlZUYUdkRU5WWmpSM3BWUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGS2QwVlFiMjFMU2xOeGJVWXdVMVpzTjBkbFoxQkxSRUZZTmpBS2NrdHZjMjFNY1hscGMwcHVaVnB6TUZwQk4ya3lTbGhUYlVKdk1qaDFkM1JqVm5SeU4zTnBTMk5DV25NM04yNWxPVWRKWWpaeFZVaHNNMEZFYUdneWFncFpWV2RDTkcxRGNWVkRjMWxGTUhwcFRIRlRWMlZyZFVkNk5EZHdSRWhCT1hKSFNuVXJWV1IwUkRSR0wyVXphM1p1TVV3MGNFOHhZMk5sVTBOa1p6ZFdDakYzY0doa1VXeGtLMVZuTlZVMmREUnZZM2dyVjFVeGEwaFphR1EySzJWdlpIUnhUbVJXT1U5dk5pdHpWMEZXYWxvNGFYVjBkRTFIYXpCaVYzQXpiRTBLVmtKak5VTlVMemhIZFZKVmNHRnVSVTl4SzI0NFJUZFlSa1J1U0dFNGMwRmhiR2Q1ZEVST1oxaElhV3BqWm1nMU1IbFZaelphVFRWV1lTdENjbGxKVmdwNFNGWkRSR0ZDS3pKSE5YSTRNbEJ0ZVRaMVJVaHBObVF4Y0U5TmNXdHVkelJ5ZW00ek1VeFRTVEpSYjFSUlVFbDJRVmd6V0hSa2JpdGhUVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vMzE1MzM4NWEtYzkyYy00OWRiLTkzZGEtZTU1NmVkMWUxYmViLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBHS0Y3bk1ZdXhyblZrcjNubHlhM04xOTdnRWVNWHM4Mm5HSFlxT0xjOHZycEhWSUp0ZWlLU3k4NA=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:01 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d49a311d-a41d-4355-8f63-a407c0d4f5d0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: DELETE + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166172612Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "995" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:01 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6bec9568-a572-4d7b-a70e-cfac112bffcd + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:01 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 64223d8a-ce18-4664-a32f-c082eee27078 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:06 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 57b821d4-2178-40af-95db-4e0831593705 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:11 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b889f5e8-1a82-464f-8be7-835a81c2b4dc + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:16 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3e4a6860-8bb2-4519-88a1-ddf04cf0108e + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:21 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6f8b276b-7ce7-4955-884e-b563665e0f67 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:26 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0b44cf8a-599f-4fc6-8c2f-1980073c1d15 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:31 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b42a5221-87cb-4e81-bd0c-7ef4316e73ce + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:36 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f0eb6278-76c7-4850-8076-bab55deb5002 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:41 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c3d6f5ab-d4ce-4e9e-95cc-bf06d0c90b1e + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:46 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - dd2a94b4-370e-477f-91f3-f51a32e2bec3 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:51 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a619c733-3e47-4da4-bb36-bd6c1d0d67e9 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:57:56 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a83e605d-d10b-4046-a71a-a65609cbec76 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:58:01 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0c3468f8-d752-4e98-9675-0087a6e55780 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:58:06 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cf15e5c5-cc22-4feb-a4a8-18d906133459 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:58:11 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 840665b7-3274-4902-aad6-9fefc7dcf310 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:58:16 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6a850eef-d52b-48b4-96e5-9f700b3c3369 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:58:21 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 94eef902-cd28-4871-ae8f-69e8a4bc1c45 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:58:26 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d0fd7652-cbfc-48aa-95ca-0afad8198210 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:58:31 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 49328da7-4ec5-4d01-82bc-63fcd3b63f77 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:58:36 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - bf18461b-be3e-471e-b2c0-b7a842ed5436 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:58:41 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9138855a-acd3-4231-a9bd-49c8c98e66a4 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:58:46 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5d0b318a-3ead-44a5-85ef-b4addf46f201 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:58:51 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4fbf63d3-a9c3-4d77-8204-3111db4a3488 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:58:57 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1b239ac6-fa9e-46a2-a1d5-d71486df81bd + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:59:02 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 34c979f8-1181-426b-9ae5-e3c8104b03ab + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:59:07 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - de9e85d7-c014-46ad-81f3-4374309050a0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:59:12 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5580982b-4a33-4171-8f35-5ac23e5d1533 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:59:17 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5b8cc0f9-941b-49a0-927e-e493e995bbd3 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + method: GET + response: + body: '{"message":"resource is not found","resource":"cluster","resource_id":"3153385a-c92c-49db-93da-e556ed1e1beb","type":"not_found"}' + headers: + Content-Length: + - "128" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 09 Mar 2020 20:59:22 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c6570cad-1014-4de8-88d8-63ae7459063a + status: 404 Not Found + code: 404 + duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.stdout.golden new file mode 100644 index 0000000000..cb468aac9d --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.stdout.golden @@ -0,0 +1 @@ +Kubeconfig for cluster 3153385a-c92c-49db-93da-e556ed1e1beb successfully written at /tmp/cli-test diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.cassette.yaml new file mode 100644 index 0000000000..d8bce2755a --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.cassette.yaml @@ -0,0 +1,1157 @@ +--- +version: 1 +interactions: +- request: + body: '{"organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","name":"cli-test","description":"","tags":null,"version":"1.17.3","cni":"cilium","enable_dashboard":false,"ingress":"unknown_ingress","default_pool_config":{"node_type":"DEV1-M","placement_group_id":null,"autoscaling":false,"size":1,"min_size":null,"max_size":null,"container_runtime":"unknown_runtime","autohealing":false,"tags":null},"autoscaler_config":null,"auto_upgrade":null,"feature_gates":null,"admission_plugins":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters + method: POST + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870963976Z","updated_at":"2020-03-10T07:43:37.870963976Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "989" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:38 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ff8e87d3-e8d6-4cfb-9193-a715609c46ce + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:38 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c468f2c6-ce83-4887-a214-97416368cfeb + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:43 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - aae56a5d-2480-404b-b5eb-cdea71d032b4 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:48 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 21a20aa6-ab93-4d45-8fd1-fea22353df4c + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:53 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d7668374-82b2-44ee-8fe2-224fa2d0d0fc + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:58 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4b0468ae-3b6a-4608-acf5-f03a5a4a5290 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:03 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c236b9c7-90d5-446b-88c5-d0a7a65edde0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:08 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 59be0f00-ef41-4fca-8784-c5aaf077686a + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 76431940-b401-4ef9-89fe-d6c3cd73120d + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:15.875984Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "989" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:18 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2a7d1584-6b4f-462f-8fdf-49804fd4d393 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBWRUV6VGtSTmVrOUdiMWhFVkUxM1RVUk5kMDlVUVROT1JFMTZUMFp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRYVjJDa1kxZURnNVduTkRjVFowYVZkaGVtRk9TelpaZHpVeGNVTndOVzl5WjNGMk9IUnBWRkE1UTNoSFdpdHZjMEZqTVhsVk1GWTRSVGxvV0VGcWVUbGliMWNLTVRseVVIQjRXbkJ1U2sxRWFXSjFNekZ5TmpCYWFrd3lhbXhSYUdaVlFUQkRlWEpqVkN0TlR6ZHFPRTluUkZaWFFrUlZjMUF6YmprNU1HazVjRmgwTkFvd1JYRkNLeTlLY0dOVFVWQkpSU3RaWm1RMVJYTTFjRU5vYVZsdFR6bGpZV2hwVUc4d01FRlBlRTE2Y2xCMFptNW5SVFZvYUVoTFZXVjNlRzVsTkU0M0NtNVdSbGRSV0dzelIxYzVSVGRKY25veFMwcERNeXRUVUV4clZURnlVbGt2VW1Wa1ZGcElUU3N5TDFkNlNEVjZSVnBzTmxjeVZtNHJRa2xEVlV3NU1tWUtPVkZtT1dOaVpHRnVLM2szTUZvelFuQjFVV0ZFY1VsU2NrUTFOWFUxVG0wd1FuaEhSRWsxWnpNck5pdDBWblpHVVhKTVdqVjNNa2hWZVVOWlRsaEZUQXB2YTFKbGVHcDNNRzVZVjJ0RFNrSlZlRE5OUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTE1ESlpNekpEUTFKS2IydFliM1pHUVM5VFFtVlRaV04xWjBFS2NsSlRUelUxYTI5amRrUkhOR1p6UjFwQlN6VkpiblF3YUhKNmRsZHdiRGRFTmxrMGMxZGhZM1pCZUhoaE5WUmpRbFZ1TjBJMlZ6TklPSHBaYUhBM1V3cEdVVGw1YlhVMVRVaHZkemh2TkVjelJ6WkhRV2RUUmpFMmNuTllZMHBGYzFsd1RGRlJObkZvV0RKUlJqSlFMM0oxUWpWeVpFMUVhbUpSSzNVckswMTJDa1JEZWpOemRtbEdWMmcxVTFRMlZEQlhRWGxNVFZoRUwybE5iVWRqYmpsMWRFTk9PR2hKYzNGWlIyVmFjVFphWXpKVVRGWmlRVVZSU0d4RlJFZzVhRmtLVDBwR1drRmtha1kwZFZsUFJFVmxURmxwVFdOU2IwRlJZMkZwY3pKSGFWcHBOVVk0TWtSMGJtZHBiM1ZDV2tkYU56ZFVRbmRWVEdSWVZVMTFjeTlsVGdwTWVIRmhUMUJtUWtFMGNHbDVXa1prYjNsSVozcDJNbVJJWXpoU09XVTBkV05ZU3pnd1YyTnRSWGRLYm1wdFVtVnhiRkpDUkRGUFVqQnlTVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYTg1Y2E1NGUtNTViMC00NDMwLThkMTgtODZlNDEwNWU1YmUyLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBaNmlwb3Y3RnFvMlpGWWc5ZExQM001S0tHdmtGTURZVndSMjVkdmlLU0g2NHFncGhXc3lKZ1hkUA=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:18 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 873b6187-8c4e-4931-bce5-5be7e04f95ea + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: DELETE + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607087Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "995" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:18 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2db42238-f3b9-460a-b710-a5bc685e1e00 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:18 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4777a070-96a4-4b2f-9225-203cd6a7ce5b + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:23 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - dff27ef9-1412-49b4-b9fa-0f21e446b65f + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:28 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0ac13268-67d6-4088-b144-3969ef3cc963 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:33 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ed8c16ad-3a0e-47e1-8ead-c3d61fa10d1c + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:38 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 72cd7c5d-08c5-4e81-9304-40420c0cad62 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:43 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5925fec0-7581-4595-8158-8d145dbda8eb + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:48 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 23800949-7e98-42be-a7b1-fd72981cd5a6 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:54 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7604b058-4810-4a34-9baf-a367e8a7a72e + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:59 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 93149c84-b722-49a6-96d6-eb428e36626b + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:45:04 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a1f0361e-c0a6-4bac-a03c-5c059ef00e7d + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:45:09 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7d53693f-9fcd-4afc-b6b8-f6c403c4d644 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:45:14 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0d300632-e08e-4d1d-bc03-0f34120cb224 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:45:19 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e80a4d18-27f5-4965-8172-430e83a0ac5f + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:45:24 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fa08f00f-7a2c-46cb-8abd-fb1afb7c77c1 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:45:29 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fae34938-3856-4bd4-8fe8-689b1ba07c24 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:45:34 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 217764df-68e2-4030-b034-c02b8e937aee + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:45:40 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1bde9121-59d1-420a-a6e0-e01fa54e6575 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:45:45 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 48ccec3b-b069-417b-89ba-5d08abe416f0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:45:50 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e79a250c-b195-435f-abdd-75e88b05ba21 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:45:55 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f40debb2-7ea7-42cc-a9be-c879364e3718 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:46:00 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a96401ea-6695-4ad1-aec4-13419fefff7f + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:46:05 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4fea6c46-eb93-4ca7-8bf8-c93b869bd369 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "992" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:46:10 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2f1f58e0-adb1-4a0b-b7ee-7822173c440d + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + method: GET + response: + body: '{"message":"resource is not found","resource":"cluster","resource_id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","type":"not_found"}' + headers: + Content-Length: + - "128" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:46:15 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6b58dda1-0343-401e-aff3-96949d4d48f9 + status: 404 Not Found + code: 404 + duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.stdout.golden new file mode 100644 index 0000000000..349d8ff32d --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.stdout.golden @@ -0,0 +1 @@ +File /tmp/emptyfile does not exists. diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.cassette.yaml new file mode 100644 index 0000000000..def997732a --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.cassette.yaml @@ -0,0 +1,453 @@ +--- +version: 1 +interactions: +- request: + body: '{"organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","name":"cli-test","description":"","tags":null,"version":"1.17.3","cni":"cilium","enable_dashboard":false,"ingress":"unknown_ingress","default_pool_config":{"node_type":"DEV1-M","placement_group_id":null,"autoscaling":false,"size":1,"min_size":null,"max_size":null,"container_runtime":"unknown_runtime","autohealing":false,"tags":null},"autoscaler_config":null,"auto_upgrade":null,"feature_gates":null,"admission_plugins":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters + method: POST + response: + body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235009Z","updated_at":"2020-03-10T07:43:37.863235009Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "989" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:38 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3134779d-7df0-4fb2-ae5f-4cbacfd9d03a + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + method: GET + response: + body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:38 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 19a9995b-f135-4527-8055-c362c381f706 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + method: GET + response: + body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:43 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 82551c09-ee7e-4584-8d35-9f8df7f9b3e2 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + method: GET + response: + body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:48 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 76514fcc-6d9a-4bc1-857c-f6e856c72ad6 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + method: GET + response: + body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:53 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4ea33fa2-c999-4bce-bfbe-a87d2ee2f1bc + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + method: GET + response: + body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:58 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c9b3e60d-23f6-4609-9d79-5c22da464484 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + method: GET + response: + body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:03 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 31dd67aa-6a09-4208-b8c9-0923ed103c19 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + method: GET + response: + body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:08 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7c970dc5-5bd5-4e0e-ac62-3d414c7858ed + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + method: GET + response: + body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:44:13.472893Z","name":"cli-test","description":"","current_node_count":0,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "980" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9815b037-fb4d-48a3-b690-8d2094a5ac33 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBWRUV6VGtSTmVrOVdiMWhFVkUxM1RVUk5kMDlVUVROT1JFMTZUMVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRFRm1Damx4Wm5kT2VXRlZjMHgxY0VVd1ZsRklTa2gwS3poMGRIaG1TV2htVkV3eWVXSkZTV2d2Wmt4SmEwWkdOWFkzYzA1emIxZE1lU3RvTjFJNFoyZGtjM2NLVDBSa1pXcGtRVlJ6WnpWdFVuVkJlVmxJZW5NeWRqZDBNR2R1UW1zMlUyVmpiRGhHU2taUmNUTldjV05EVkRrd1RGcDFaa2RMYUZkblZEUmxaR1U1TVFwNFNXWkdSVm9yYVU1SlozRnFWVGhrT1VWbmFIQnNORlZFYjFCUmR6QTFZbGRJYW05NU9HaHhkV05YUWpoMlJXaDFjRU50UWpKemJXOXpUMmh4V0hwckNtSk9kWEp6VFdGa2FrVnRWbTlhT1ZkeFZVRm9lVFkwUVRCVEszQnFlakJhTm1SMGFHNUlXVk5yUW5oa05TOXJObkZqWlhscFQyUkVSRE56WlhKVldXb0tXVVJ6VjBaVVNHdEpWblExY1VKNlJGSnZLMk5LVGtReldWVk1TR0Y0YWpWVVFtcEpXWE5YYm1aVVRVdElRV2xGT1daeFdYRlRhM1ZIVFRsbGJIaHZNZ292YkM4NVRsbGxhUzlWUlVwQ2RFNXFWM056UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGQmFIWnNZMHR2VG5NNFZGcGtRMVI1Y0hnd1ZDOW9kbkpXZVVRS1UyMU1RVXBqWTBJMVowRmtNbmwwTlhjMU1FRk5kWFJOTDNOamJGRm1OVEpFY1cxWlZsQkROM2hST1U1T1JVTjBjVzkwUjFOV2NXTnRhRmhrYVhOV2VRcGlObkpNY1daTE5uSlpSbEV2UkhJNEwyZFdUeXMyTVhjclZuUTBXVkEyVGpkT2EwOURibXB2UmtKclRIVmFXVzlJZGtzcmRtZ3JMMW9yU1doVU0zTlRDbVZYUW5wMFZVOTZhV3hIYTJjeVdIVkJjazluV0dKelRVTTFSV3RCU21GNldHSnlOVFJMU3pKc1pYZzBMMlpNVldWeGJIQnNkVGxUZW1sTGFYWkhjRUVLWkcxVE1GaEZjVEI1Wmt0aGNUVXZWQzlNZVV0TFl6Vk1WRloyYlRSd1lVZFNkV3N6VUhreWFXeEVNREZVYzJWME1sUmlWREpNYVVseGJEQk5VVVp4ZWdwbVNGbzJNM2NyZUVSNFptTlBNR2dyUTJsRVlsazRNVXBqUkVSMWNWZ3JOblZvYTNKSGJUaFZSVmw0ZG5ReFJGWm1aVWhTUXpFMlJVdzRORDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vODk5ZTE2ZjQtZjhkNC00NDczLThkZjctOWI0NjhmNmM0OWFlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBKTUNEdXBQeEVUQ3hKNzJINFUxQWlINVNrWUY1cFEwRjhTd1Y5RmdNY3ZDSGdET1RZS3FXMUNVcQ=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - bedcb94e-9022-4206-aa11-a6a576d37137 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBWRUV6VGtSTmVrOVdiMWhFVkUxM1RVUk5kMDlVUVROT1JFMTZUMVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRFRm1Damx4Wm5kT2VXRlZjMHgxY0VVd1ZsRklTa2gwS3poMGRIaG1TV2htVkV3eWVXSkZTV2d2Wmt4SmEwWkdOWFkzYzA1emIxZE1lU3RvTjFJNFoyZGtjM2NLVDBSa1pXcGtRVlJ6WnpWdFVuVkJlVmxJZW5NeWRqZDBNR2R1UW1zMlUyVmpiRGhHU2taUmNUTldjV05EVkRrd1RGcDFaa2RMYUZkblZEUmxaR1U1TVFwNFNXWkdSVm9yYVU1SlozRnFWVGhrT1VWbmFIQnNORlZFYjFCUmR6QTFZbGRJYW05NU9HaHhkV05YUWpoMlJXaDFjRU50UWpKemJXOXpUMmh4V0hwckNtSk9kWEp6VFdGa2FrVnRWbTlhT1ZkeFZVRm9lVFkwUVRCVEszQnFlakJhTm1SMGFHNUlXVk5yUW5oa05TOXJObkZqWlhscFQyUkVSRE56WlhKVldXb0tXVVJ6VjBaVVNHdEpWblExY1VKNlJGSnZLMk5LVGtReldWVk1TR0Y0YWpWVVFtcEpXWE5YYm1aVVRVdElRV2xGT1daeFdYRlRhM1ZIVFRsbGJIaHZNZ292YkM4NVRsbGxhUzlWUlVwQ2RFNXFWM056UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGQmFIWnNZMHR2VG5NNFZGcGtRMVI1Y0hnd1ZDOW9kbkpXZVVRS1UyMU1RVXBqWTBJMVowRmtNbmwwTlhjMU1FRk5kWFJOTDNOamJGRm1OVEpFY1cxWlZsQkROM2hST1U1T1JVTjBjVzkwUjFOV2NXTnRhRmhrYVhOV2VRcGlObkpNY1daTE5uSlpSbEV2UkhJNEwyZFdUeXMyTVhjclZuUTBXVkEyVGpkT2EwOURibXB2UmtKclRIVmFXVzlJZGtzcmRtZ3JMMW9yU1doVU0zTlRDbVZYUW5wMFZVOTZhV3hIYTJjeVdIVkJjazluV0dKelRVTTFSV3RCU21GNldHSnlOVFJMU3pKc1pYZzBMMlpNVldWeGJIQnNkVGxUZW1sTGFYWkhjRUVLWkcxVE1GaEZjVEI1Wmt0aGNUVXZWQzlNZVV0TFl6Vk1WRloyYlRSd1lVZFNkV3N6VUhreWFXeEVNREZVYzJWME1sUmlWREpNYVVseGJEQk5VVVp4ZWdwbVNGbzJNM2NyZUVSNFptTlBNR2dyUTJsRVlsazRNVXBqUkVSMWNWZ3JOblZvYTNKSGJUaFZSVmw0ZG5ReFJGWm1aVWhTUXpFMlJVdzRORDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vODk5ZTE2ZjQtZjhkNC00NDczLThkZjctOWI0NjhmNmM0OWFlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBKTUNEdXBQeEVUQ3hKNzJINFUxQWlINVNrWUY1cFEwRjhTd1Y5RmdNY3ZDSGdET1RZS3FXMUNVcQ=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 668beda2-c4db-4e44-9260-a7aaa0a49ef4 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + method: DELETE + response: + body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:44:13.987924193Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "986" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0b165d11-ebd8-4097-bb5b-4efd65741aaf + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + method: GET + response: + body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:44:13.987924Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 739faf07-f1c8-4c5a-8ee6-2580c8db5089 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + method: GET + response: + body: '{"message":"resource is not found","resource":"cluster","resource_id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","type":"not_found"}' + headers: + Content-Length: + - "128" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:18 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2ecbdb9f-fbdf-4dfe-80da-4701525740f8 + status: 404 Not Found + code: 404 + duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden new file mode 100644 index 0000000000..5dcd1c9f11 --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden @@ -0,0 +1 @@ +Cluster 899e16f4-f8d4-4473-8df7-9b468f6c49ae successfully deleted from /tmp/cli-uninstall-merge-test diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.cassette.yaml new file mode 100644 index 0000000000..92060781fc --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.cassette.yaml @@ -0,0 +1,453 @@ +--- +version: 1 +interactions: +- request: + body: '{"organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","name":"cli-test","description":"","tags":null,"version":"1.17.3","cni":"cilium","enable_dashboard":false,"ingress":"unknown_ingress","default_pool_config":{"node_type":"DEV1-M","placement_group_id":null,"autoscaling":false,"size":1,"min_size":null,"max_size":null,"container_runtime":"unknown_runtime","autohealing":false,"tags":null},"autoscaler_config":null,"auto_upgrade":null,"feature_gates":null,"admission_plugins":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters + method: POST + response: + body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910229Z","updated_at":"2020-03-10T07:43:37.865910229Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "989" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:38 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 730b3209-a4fe-4c0c-a074-c6719f1ec048 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + method: GET + response: + body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:38 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1be83fb2-790a-4d56-b1e1-b3e6378a8979 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + method: GET + response: + body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:43 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 72ac5581-3086-486d-aab4-288e7db315c3 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + method: GET + response: + body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:48 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d5e6fd70-da5f-4467-a23f-c99b971d1844 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + method: GET + response: + body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:53 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4b1d5304-cbfb-4224-bdfd-faf068c7b078 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + method: GET + response: + body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:43:58 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d99054ce-f5f4-4e0a-ac7e-235fe61072a9 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + method: GET + response: + body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:03 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4471465a-5e50-4356-b304-bdb90887a8cd + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + method: GET + response: + body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:08 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 515dd2ba-9ed9-45a0-94f9-2a365ea9f43e + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + method: GET + response: + body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:44:13.471109Z","name":"cli-test","description":"","current_node_count":0,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "980" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 637015c0-1235-425a-ad22-e275dc6a3fd2 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBWRUV6VGtSTmVrOUdiMWhFVkUxM1RVUk5kMDlVUVROT1JFMTZUMFp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlQyNU1DbXM0YUd0b2JpdG9jbGxITjBzdmIzRnNSV05TS3pCT1kyY3JUalJqYWs5TWFEbHhUMnhuUjFkcmQzWnlaRWxHTWxSaVlsUXliWHA2ZWtkaU0yUkVRa2NLVlhJeGVXZFlaRzFrYURoSVZUSXljVTA0WVVWR09FaFBaRGM0ZFVWR05TdDRhRXBRVjJ0UWFHZElXVmd2Tm5CaWNHY3hSM0pEU2tFcmIyczVXVFZxWkFveU5GSmpNR2xoTVZCbVVWVTFhVzVSYldSclNFcEtSa3B2TlRCNk5uTnJiSFZCV21WT1NXWlFNV3c0YkZsdmFVRnJUM1J6VGtob1ZrVlBSbHBTYnpSaENrVkNhWEpUT0V0YWFUWmtiWGwyUlVaVWNESk5aRXhyZUVGdWQxVkVSMlZXV2tjdlFWaFhUbkZ6UzNGV2QwVjBWakpMVEdkd1V6QktUVGs1VkZGRFlrRUtUbU5UUjFSaFZFbGpOSGxUV1hKRE1FcFNjMWt4TDJ0SVZVTnBNMjk1V0VJM2JHWTRVVGRzUXpnM0t5OVpaWGxXZUhWc1psaDRMMXBLYzBsa2NXa3piZ3BXT1dRclJrMDJTVEpDVEdwR2JUQllTMHRyUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGS1MyWllObGg0VFhVMU5FZFllbTFrVW1OcWNGWjBkamhvTDBNS2JYZHdhWE5XVlVJNVdHcE5ha1pVVmpsWmRFRnZlamRQUm5OWlQwWkpTV0ZaTlRJcksweHhLemRxT0d4TFZXZHFXRGRaUWxaR05VTTVOa05GTldaUU9BcE9ibVZFVGpBNE4zQXhLMjAyUlM5b09HaDFjM0Z6UVRSa2JXTm5WbFp6WW1WVFZIY3hlSEI1UWs1VFJGVkpMMVJuUmpCVGFqRlRUMEYzUkVwR2JrMHdDa0ZhT0dsME1tRjFNVlpwUlVwbmVVWmtNRFZRUmtwa04weHFla3RGUjIxaGMycHRSVFJGVTFGSUsxaE5SV3B1WXlzeEsyNURTakJsZW5CdWJUY3dRblVLTUdJd1ppczFWbFZ6U0M5M1UyVktkemxJYlV4YU9VbEZUVkpYUTNoQ1VIZFBjbEF4TVdST1RYUmhiak5vZDIxTWNIWTVkbWxCUjJjM1NTc3Jha3NyU1FwdVVUUnBOa2t3SzAwM1VFdERiekJVU0U1MmF6TlVhbTFUV0M5T2VrUXdlRXROVVVkYVlWQnNSWFJzYW1GeWVraHpRMUpDY1hVd2RYRk1PRDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNGIyOGI3ZGYtOGNjOS00ODVkLTg1NWYtNmNjMmFhMDUzZWRkLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBaUVEyVklUQm01R1NiM3pQNHhTMDlPN3RHVHRBc3FWQm8wVlptVlZ5eFJhQm82ZU1qUE9GZ1FDYg=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - dc9c164f-5294-4ef1-9b00-336a3a3349ad + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBWRUV6VGtSTmVrOUdiMWhFVkUxM1RVUk5kMDlVUVROT1JFMTZUMFp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlQyNU1DbXM0YUd0b2JpdG9jbGxITjBzdmIzRnNSV05TS3pCT1kyY3JUalJqYWs5TWFEbHhUMnhuUjFkcmQzWnlaRWxHTWxSaVlsUXliWHA2ZWtkaU0yUkVRa2NLVlhJeGVXZFlaRzFrYURoSVZUSXljVTA0WVVWR09FaFBaRGM0ZFVWR05TdDRhRXBRVjJ0UWFHZElXVmd2Tm5CaWNHY3hSM0pEU2tFcmIyczVXVFZxWkFveU5GSmpNR2xoTVZCbVVWVTFhVzVSYldSclNFcEtSa3B2TlRCNk5uTnJiSFZCV21WT1NXWlFNV3c0YkZsdmFVRnJUM1J6VGtob1ZrVlBSbHBTYnpSaENrVkNhWEpUT0V0YWFUWmtiWGwyUlVaVWNESk5aRXhyZUVGdWQxVkVSMlZXV2tjdlFWaFhUbkZ6UzNGV2QwVjBWakpMVEdkd1V6QktUVGs1VkZGRFlrRUtUbU5UUjFSaFZFbGpOSGxUV1hKRE1FcFNjMWt4TDJ0SVZVTnBNMjk1V0VJM2JHWTRVVGRzUXpnM0t5OVpaWGxXZUhWc1psaDRMMXBLYzBsa2NXa3piZ3BXT1dRclJrMDJTVEpDVEdwR2JUQllTMHRyUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGS1MyWllObGg0VFhVMU5FZFllbTFrVW1OcWNGWjBkamhvTDBNS2JYZHdhWE5XVlVJNVdHcE5ha1pVVmpsWmRFRnZlamRQUm5OWlQwWkpTV0ZaTlRJcksweHhLemRxT0d4TFZXZHFXRGRaUWxaR05VTTVOa05GTldaUU9BcE9ibVZFVGpBNE4zQXhLMjAyUlM5b09HaDFjM0Z6UVRSa2JXTm5WbFp6WW1WVFZIY3hlSEI1UWs1VFJGVkpMMVJuUmpCVGFqRlRUMEYzUkVwR2JrMHdDa0ZhT0dsME1tRjFNVlpwUlVwbmVVWmtNRFZRUmtwa04weHFla3RGUjIxaGMycHRSVFJGVTFGSUsxaE5SV3B1WXlzeEsyNURTakJsZW5CdWJUY3dRblVLTUdJd1ppczFWbFZ6U0M5M1UyVktkemxJYlV4YU9VbEZUVkpYUTNoQ1VIZFBjbEF4TVdST1RYUmhiak5vZDIxTWNIWTVkbWxCUjJjM1NTc3Jha3NyU1FwdVVUUnBOa2t3SzAwM1VFdERiekJVU0U1MmF6TlVhbTFUV0M5T2VrUXdlRXROVVVkYVlWQnNSWFJzYW1GeWVraHpRMUpDY1hVd2RYRk1PRDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNGIyOGI3ZGYtOGNjOS00ODVkLTg1NWYtNmNjMmFhMDUzZWRkLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBaUVEyVklUQm01R1NiM3pQNHhTMDlPN3RHVHRBc3FWQm8wVlptVlZ5eFJhQm82ZU1qUE9GZ1FDYg=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e2705e4a-6461-4317-8866-97a9c643f9bd + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + method: DELETE + response: + body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:44:13.987380874Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "986" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fe649f9c-d8f2-4f8c-9b41-f946e6210525 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + method: GET + response: + body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:44:13.987381Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "983" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2ed93e07-4f9c-41e7-9580-97e96d9b3fd0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + method: GET + response: + body: '{"message":"resource is not found","resource":"cluster","resource_id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","type":"not_found"}' + headers: + Content-Length: + - "128" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Tue, 10 Mar 2020 07:44:18 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5ba9f3bc-339f-4dfb-95da-04d31d809770 + status: 404 Not Found + code: 404 + duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden new file mode 100644 index 0000000000..4c557d7838 --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden @@ -0,0 +1 @@ +Cluster 4b28b7df-8cc9-485d-855f-6cc2aa053edd successfully deleted from /tmp/cli-uninstall-test From f7cd5442c6837b0926869562b9124651d488b77f Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Sat, 14 Mar 2020 19:23:19 +0100 Subject: [PATCH 02/20] switch file Signed-off-by: Patrik Cyvoct --- .../k8s/v1beta4/custom_kubeconfig.go | 45 +------------------ .../k8s/v1beta4/custom_kubeconfig_get.go | 45 ++++++++++++++++++- 2 files changed, 45 insertions(+), 45 deletions(-) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig.go index 5afc8ab33f..b02e641cc6 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig.go @@ -1,54 +1,13 @@ package k8s import ( - "context" - "reflect" - "github.com/scaleway/scaleway-cli/internal/core" - k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" - "github.com/scaleway/scaleway-sdk-go/scw" ) -type k8sKubeconfigGetRequest struct { - Region scw.Region - ClusterID string -} - -func k8sKubeconfigGetCommand() *core.Command { +func k8sKubeconfigCommand() *core.Command { return &core.Command{ - Short: `Retrieve a kubeconfig`, - Long: `Retrieve the kubeconfig for a specified cluster.`, + Short: `Manage your Kubernetes Kapsule cluster's kubeconfig files`, Namespace: "k8s", - Verb: "get", Resource: "kubeconfig", - ArgsType: reflect.TypeOf(k8sKubeconfigGetRequest{}), - ArgSpecs: core.ArgSpecs{ - core.RegionArgSpec(), - { - Name: "cluster-id", - Short: "Cluster ID from which to retrieve the kubeconfig", - Required: true, - }, - }, - Run: k8sKubeconfigGetRun, } } - -func k8sKubeconfigGetRun(ctx context.Context, argsI interface{}) (i interface{}, e error) { - args := argsI.(*k8sKubeconfigGetRequest) - - kubeconfigRequest := &k8s.GetClusterKubeConfigRequest{ - Region: args.Region, - ClusterID: args.ClusterID, - } - - client := core.ExtractClient(ctx) - apiK8s := k8s.NewAPI(client) - - kubeconfig, err := apiK8s.GetClusterKubeConfig(kubeconfigRequest) - if err != nil { - return nil, err - } - - return string(kubeconfig.GetRaw()), nil -} diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go index b02e641cc6..5afc8ab33f 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go @@ -1,13 +1,54 @@ package k8s import ( + "context" + "reflect" + "github.com/scaleway/scaleway-cli/internal/core" + k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" + "github.com/scaleway/scaleway-sdk-go/scw" ) -func k8sKubeconfigCommand() *core.Command { +type k8sKubeconfigGetRequest struct { + Region scw.Region + ClusterID string +} + +func k8sKubeconfigGetCommand() *core.Command { return &core.Command{ - Short: `Manage your Kubernetes Kapsule cluster's kubeconfig files`, + Short: `Retrieve a kubeconfig`, + Long: `Retrieve the kubeconfig for a specified cluster.`, Namespace: "k8s", + Verb: "get", Resource: "kubeconfig", + ArgsType: reflect.TypeOf(k8sKubeconfigGetRequest{}), + ArgSpecs: core.ArgSpecs{ + core.RegionArgSpec(), + { + Name: "cluster-id", + Short: "Cluster ID from which to retrieve the kubeconfig", + Required: true, + }, + }, + Run: k8sKubeconfigGetRun, } } + +func k8sKubeconfigGetRun(ctx context.Context, argsI interface{}) (i interface{}, e error) { + args := argsI.(*k8sKubeconfigGetRequest) + + kubeconfigRequest := &k8s.GetClusterKubeConfigRequest{ + Region: args.Region, + ClusterID: args.ClusterID, + } + + client := core.ExtractClient(ctx) + apiK8s := k8s.NewAPI(client) + + kubeconfig, err := apiK8s.GetClusterKubeConfig(kubeconfigRequest) + if err != nil { + return nil, err + } + + return string(kubeconfig.GetRaw()), nil +} From 35d94fca2fa823dc789940073c2bb276b69d9ced Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Sat, 14 Mar 2020 19:25:56 +0100 Subject: [PATCH 03/20] switch to positional argument Signed-off-by: Patrik Cyvoct --- internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go | 7 ++++--- .../namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go | 2 +- .../namespaces/k8s/v1beta4/custom_kubeconfig_install.go | 7 ++++--- .../k8s/v1beta4/custom_kubeconfig_install_test.go | 4 ++-- .../namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go | 7 ++++--- .../k8s/v1beta4/custom_kubeconfig_uninstall_test.go | 6 +++--- internal/namespaces/k8s/v1beta4/helpers_test.go | 4 ++-- 7 files changed, 20 insertions(+), 17 deletions(-) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go index 5afc8ab33f..557ea2bce2 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go @@ -25,9 +25,10 @@ func k8sKubeconfigGetCommand() *core.Command { ArgSpecs: core.ArgSpecs{ core.RegionArgSpec(), { - Name: "cluster-id", - Short: "Cluster ID from which to retrieve the kubeconfig", - Required: true, + Name: "cluster-id", + Short: "Cluster ID from which to retrieve the kubeconfig", + Required: true, + Positional: true, }, }, Run: k8sKubeconfigGetRun, diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go index cc8e2230d8..59af0d316c 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go @@ -15,7 +15,7 @@ func Test_GetKubeconfig(t *testing.T) { //// t.Run("simple", core.Test(&core.TestConfig{ Commands: GetCommands(), - Cmd: "scw k8s kubeconfig get cluster-id={{ .Cluster.ID }}", + Cmd: "scw k8s kubeconfig get {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), Check: core.TestCheckCombine( core.TestCheckGolden(), diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go index 2b4309f855..9824e43812 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go @@ -37,9 +37,10 @@ func k8sKubeconfigInstallCommand() *core.Command { ArgSpecs: core.ArgSpecs{ core.RegionArgSpec(), { - Name: "cluster-id", - Short: "Cluster ID from which to retrieve the kubeconfig", - Required: true, + Name: "cluster-id", + Short: "Cluster ID from which to retrieve the kubeconfig", + Required: true, + Positional: true, }, }, Run: k8sKubeconfigInstallRun, diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go index 4320c22df4..fd64b7426e 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go @@ -114,7 +114,7 @@ func Test_InstallKubeconfig(t *testing.T) { //// t.Run("simple", core.Test(&core.TestConfig{ Commands: GetCommands(), - Cmd: "scw k8s kubeconfig install cluster-id={{ .Cluster.ID }}", + Cmd: "scw k8s kubeconfig install {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), Check: core.TestCheckCombine( core.TestCheckGolden(), @@ -131,7 +131,7 @@ func Test_InstallKubeconfig(t *testing.T) { t.Run("merge", core.Test(&core.TestConfig{ Commands: GetCommands(), - Cmd: "scw k8s kubeconfig install cluster-id={{ .Cluster.ID }}", + Cmd: "scw k8s kubeconfig install {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFile("Cluster", "Kubeconfig", kapsuleVersion, "/tmp/cli-merge-test", []byte(existingKubeconfigs)), Check: core.TestCheckCombine( core.TestCheckGolden(), diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go index bca43b85c5..7992701b35 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go @@ -31,9 +31,10 @@ func k8sKubeconfigUninstallCommand() *core.Command { ArgSpecs: core.ArgSpecs{ core.RegionArgSpec(), { - Name: "cluster-id", - Short: "Cluster ID from which to uninstall the kubeconfig", - Required: true, + Name: "cluster-id", + Short: "Cluster ID from which to uninstall the kubeconfig", + Required: true, + Positional: true, }, }, Run: k8sKubeconfigUninstallRun, diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go index e61ce72b84..03dc786664 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go @@ -55,7 +55,7 @@ func Test_UninstallKubeconfig(t *testing.T) { //// t.Run("uninstall", core.Test(&core.TestConfig{ Commands: GetCommands(), - Cmd: "scw k8s kubeconfig uninstall cluster-id={{ .Cluster.ID }}", + Cmd: "scw k8s kubeconfig uninstall {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndInstallKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), Check: core.TestCheckCombine( core.TestCheckGolden(), @@ -71,7 +71,7 @@ func Test_UninstallKubeconfig(t *testing.T) { })) t.Run("empty file", core.Test(&core.TestConfig{ Commands: GetCommands(), - Cmd: "scw k8s kubeconfig uninstall cluster-id={{ .Cluster.ID }}", + Cmd: "scw k8s kubeconfig uninstall {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), Check: core.TestCheckCombine( core.TestCheckGolden(), @@ -88,7 +88,7 @@ func Test_UninstallKubeconfig(t *testing.T) { })) t.Run("uninstall-merge", core.Test(&core.TestConfig{ Commands: GetCommands(), - Cmd: "scw k8s kubeconfig uninstall cluster-id={{ .Cluster.ID }}", + Cmd: "scw k8s kubeconfig uninstall {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFileAndInstall("Cluster", "Kubeconfig", kapsuleVersion, "/tmp/cli-uninstall-merge-test", []byte(existingKubeconfigs)), Check: core.TestCheckCombine( core.TestCheckGolden(), diff --git a/internal/namespaces/k8s/v1beta4/helpers_test.go b/internal/namespaces/k8s/v1beta4/helpers_test.go index 2e7a7ca381..6527eb0eff 100644 --- a/internal/namespaces/k8s/v1beta4/helpers_test.go +++ b/internal/namespaces/k8s/v1beta4/helpers_test.go @@ -54,7 +54,7 @@ func createClusterAndWaitAndInstallKubeconfig(metaKey string, kubeconfigMetaKey return err } ctx.Meta[kubeconfigMetaKey] = kubeconfig - cmd = fmt.Sprintf("scw k8s kubeconfig install cluster-id=%s", cluster.ID) + cmd = fmt.Sprintf("scw k8s kubeconfig install %s", cluster.ID) _ = ctx.ExecuteCmd(cmd) return nil } @@ -103,7 +103,7 @@ func createClusterAndWaitAndKubeconfigAndPopulateFileAndInstall(metaKey string, if err != nil { return err } - cmd = fmt.Sprintf("scw k8s kubeconfig install cluster-id=%s", cluster.ID) + cmd = fmt.Sprintf("scw k8s kubeconfig install %s", cluster.ID) _ = ctx.ExecuteCmd(cmd) return nil From c32f606a52babca96701a7972c113abac71916d3 Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Sat, 14 Mar 2020 19:30:47 +0100 Subject: [PATCH 04/20] fix golancgi lint Signed-off-by: Patrik Cyvoct --- .../namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go | 1 - .../k8s/v1beta4/custom_kubeconfig_install_test.go | 1 - .../k8s/v1beta4/custom_kubeconfig_uninstall_test.go | 7 +++---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go index 59af0d316c..3da016f443 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go @@ -9,7 +9,6 @@ import ( ) func Test_GetKubeconfig(t *testing.T) { - //// // Simple use cases //// diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go index fd64b7426e..e7efd8388f 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go @@ -108,7 +108,6 @@ func testIfKubeconfigInFile(t *testing.T, filePath string, suffix string, kubeco } func Test_InstallKubeconfig(t *testing.T) { - //// // Simple use cases //// diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go index 03dc786664..7a13842af8 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go @@ -49,7 +49,6 @@ func testIfKubeconfigNotInFile(t *testing.T, filePath string, suffix string, kub } func Test_UninstallKubeconfig(t *testing.T) { - //// // Simple use cases //// @@ -71,8 +70,8 @@ func Test_UninstallKubeconfig(t *testing.T) { })) t.Run("empty file", core.Test(&core.TestConfig{ Commands: GetCommands(), - Cmd: "scw k8s kubeconfig uninstall {{ .Cluster.ID }}", - BeforeFunc: createClusterAndWaitAndKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), + Cmd: "scw k8s kubeconfig uninstall {{ .EmptyCluster.ID }}", + BeforeFunc: createClusterAndWaitAndKubeconfig("EmptyCluster", "Kubeconfig", kapsuleVersion), Check: core.TestCheckCombine( core.TestCheckGolden(), func(t *testing.T, ctx *core.CheckFuncCtx) { @@ -81,7 +80,7 @@ func Test_UninstallKubeconfig(t *testing.T) { }, core.TestCheckExitCode(0), ), - AfterFunc: deleteCluster("Cluster"), + AfterFunc: deleteCluster("EmptyCluster"), OverrideEnv: map[string]string{ "KUBECONFIG": "/tmp/emptyfile", }, From c3ba6b259973aff6ab8d5ba9312f6aae8f91e5e3 Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Sat, 14 Mar 2020 19:31:21 +0100 Subject: [PATCH 05/20] fix golancgi lint again Signed-off-by: Patrik Cyvoct --- .../namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go index 7a13842af8..3641318b86 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go @@ -102,5 +102,4 @@ func Test_UninstallKubeconfig(t *testing.T) { "KUBECONFIG": "/tmp/cli-uninstall-merge-test", }, })) - } From aa2fefd8659b3cc7571c5a78b20a7a7eb06d6270 Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Mon, 16 Mar 2020 11:55:11 +0100 Subject: [PATCH 06/20] fix tests Signed-off-by: Patrik Cyvoct --- ...age-k8s-kubeconfig-get-usage.stderr.golden | 16 ++++++++++++++++ ...k8s-kubeconfig-install-usage.stderr.golden | 16 ++++++++++++++++ ...s-kubeconfig-uninstall-usage.stderr.golden | 16 ++++++++++++++++ ...l-usage-k8s-kubeconfig-usage.stderr.golden | 19 +++++++++++++++++++ .../v1beta4/custom_kubeconfig_install_test.go | 14 ++++++++------ .../custom_kubeconfig_uninstall_test.go | 17 +++++++++-------- 6 files changed, 84 insertions(+), 14 deletions(-) create mode 100644 cmd/scw/testdata/test-all-usage-k8s-kubeconfig-get-usage.stderr.golden create mode 100644 cmd/scw/testdata/test-all-usage-k8s-kubeconfig-install-usage.stderr.golden create mode 100644 cmd/scw/testdata/test-all-usage-k8s-kubeconfig-uninstall-usage.stderr.golden create mode 100644 cmd/scw/testdata/test-all-usage-k8s-kubeconfig-usage.stderr.golden diff --git a/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-get-usage.stderr.golden b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-get-usage.stderr.golden new file mode 100644 index 0000000000..eff94fd8bc --- /dev/null +++ b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-get-usage.stderr.golden @@ -0,0 +1,16 @@ +Retrieve the kubeconfig for a specified cluster. + +USAGE: + scw k8s kubeconfig get [arg=value ...] + +ARGS: + [region] Region to target. If none is passed will use default region from the config + cluster-id Cluster ID from which to retrieve the kubeconfig + +FLAGS: + -h, --help help for get + +GLOBAL FLAGS: + -D, --debug Enable debug mode + -o, --output string Output format: json or human + -p, --profile string The config profile to use diff --git a/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-install-usage.stderr.golden b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-install-usage.stderr.golden new file mode 100644 index 0000000000..b5bebbf2f4 --- /dev/null +++ b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-install-usage.stderr.golden @@ -0,0 +1,16 @@ +Retrieve the kubeconfig for a specified cluster and write it on disk. It will merge the new kubeconfig in the file pointed by the KUBECONFIG variable. If empty it will default to $HOME/.kube/config. + +USAGE: + scw k8s kubeconfig install [arg=value ...] + +ARGS: + [region] Region to target. If none is passed will use default region from the config + cluster-id Cluster ID from which to retrieve the kubeconfig + +FLAGS: + -h, --help help for install + +GLOBAL FLAGS: + -D, --debug Enable debug mode + -o, --output string Output format: json or human + -p, --profile string The config profile to use diff --git a/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-uninstall-usage.stderr.golden b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-uninstall-usage.stderr.golden new file mode 100644 index 0000000000..82ccaaece1 --- /dev/null +++ b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-uninstall-usage.stderr.golden @@ -0,0 +1,16 @@ +Remove specified cluster from kubeconfig file specified by the KUBECONFIG env, if empty it will default to $HOME/.kube/config. + +USAGE: + scw k8s kubeconfig uninstall [arg=value ...] + +ARGS: + [region] Region to target. If none is passed will use default region from the config + cluster-id Cluster ID from which to uninstall the kubeconfig + +FLAGS: + -h, --help help for uninstall + +GLOBAL FLAGS: + -D, --debug Enable debug mode + -o, --output string Output format: json or human + -p, --profile string The config profile to use diff --git a/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-usage.stderr.golden b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-usage.stderr.golden new file mode 100644 index 0000000000..84fc6af95a --- /dev/null +++ b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-usage.stderr.golden @@ -0,0 +1,19 @@ +Manage your Kubernetes Kapsule cluster's kubeconfig files + +USAGE: + scw k8s kubeconfig + +AVAILABLE COMMANDS: + get Retrieve a kubeconfig + install Install a kubeconfig + uninstall Uninstall a kubeconfig + +FLAGS: + -h, --help help for kubeconfig + +GLOBAL FLAGS: + -D, --debug Enable debug mode + -o, --output string Output format: json or human + -p, --profile string The config profile to use + +Use "scw k8s kubeconfig [command] --help" for more information about a command. diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go index e7efd8388f..9db02537d6 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go @@ -2,6 +2,8 @@ package k8s import ( "io/ioutil" + "os" + "path" "testing" "github.com/alecthomas/assert" @@ -118,31 +120,31 @@ func Test_InstallKubeconfig(t *testing.T) { Check: core.TestCheckCombine( core.TestCheckGolden(), func(t *testing.T, ctx *core.CheckFuncCtx) { - testIfKubeconfigInFile(t, "/tmp/cli-test", "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) + testIfKubeconfigInFile(t, path.Join(os.TempDir(), "cli-test"), "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) }, core.TestCheckExitCode(0), ), AfterFunc: deleteCluster("Cluster"), OverrideEnv: map[string]string{ - "KUBECONFIG": "/tmp/cli-test", + "KUBECONFIG": path.Join(os.TempDir(), "cli-test"), }, })) t.Run("merge", core.Test(&core.TestConfig{ Commands: GetCommands(), Cmd: "scw k8s kubeconfig install {{ .Cluster.ID }}", - BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFile("Cluster", "Kubeconfig", kapsuleVersion, "/tmp/cli-merge-test", []byte(existingKubeconfigs)), + BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFile("Cluster", "Kubeconfig", kapsuleVersion, path.Join(os.TempDir(), "cli-merge-test"), []byte(existingKubeconfigs)), Check: core.TestCheckCombine( core.TestCheckGolden(), func(t *testing.T, ctx *core.CheckFuncCtx) { - testIfKubeconfigInFile(t, "/tmp/cli-merge-test", "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) - testIfKubeconfigInFile(t, "/tmp/cli-merge-test", "", testKubeconfig) + testIfKubeconfigInFile(t, path.Join(os.TempDir(), "cli-merge-test"), "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) + testIfKubeconfigInFile(t, path.Join(os.TempDir(), "cli-merge-test"), "", testKubeconfig) }, core.TestCheckExitCode(0), ), AfterFunc: deleteCluster("Cluster"), OverrideEnv: map[string]string{ - "KUBECONFIG": "/tmp/cli-merge-test", + "KUBECONFIG": path.Join(os.TempDir(), "cli-merge-test"), }, })) } diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go index 3641318b86..59bad9c00a 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go @@ -3,6 +3,7 @@ package k8s import ( "io/ioutil" "os" + "path" "testing" "github.com/alecthomas/assert" @@ -59,13 +60,13 @@ func Test_UninstallKubeconfig(t *testing.T) { Check: core.TestCheckCombine( core.TestCheckGolden(), func(t *testing.T, ctx *core.CheckFuncCtx) { - testIfKubeconfigNotInFile(t, "/tmp/cli-uninstall-test", "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) + testIfKubeconfigNotInFile(t, path.Join(os.TempDir(), "cli-uninstall-test"), "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) }, core.TestCheckExitCode(0), ), AfterFunc: deleteCluster("Cluster"), OverrideEnv: map[string]string{ - "KUBECONFIG": "/tmp/cli-uninstall-test", + "KUBECONFIG": path.Join(os.TempDir(), "cli-uninstall-test"), }, })) t.Run("empty file", core.Test(&core.TestConfig{ @@ -75,31 +76,31 @@ func Test_UninstallKubeconfig(t *testing.T) { Check: core.TestCheckCombine( core.TestCheckGolden(), func(t *testing.T, ctx *core.CheckFuncCtx) { - _, err := os.Stat("/tmp/emptyfile") + _, err := os.Stat(path.Join(os.TempDir(), "emptyfile")) assert.True(t, os.IsNotExist(err)) }, core.TestCheckExitCode(0), ), AfterFunc: deleteCluster("EmptyCluster"), OverrideEnv: map[string]string{ - "KUBECONFIG": "/tmp/emptyfile", + "KUBECONFIG": path.Join(os.TempDir(), "emptyfile"), }, })) t.Run("uninstall-merge", core.Test(&core.TestConfig{ Commands: GetCommands(), Cmd: "scw k8s kubeconfig uninstall {{ .Cluster.ID }}", - BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFileAndInstall("Cluster", "Kubeconfig", kapsuleVersion, "/tmp/cli-uninstall-merge-test", []byte(existingKubeconfigs)), + BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFileAndInstall("Cluster", "Kubeconfig", kapsuleVersion, path.Join(os.TempDir(), "cli-uninstall-merge-test"), []byte(existingKubeconfigs)), Check: core.TestCheckCombine( core.TestCheckGolden(), func(t *testing.T, ctx *core.CheckFuncCtx) { - testIfKubeconfigNotInFile(t, "/tmp/cli-uninstall-merge-test", "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) - testIfKubeconfigInFile(t, "/tmp/cli-uninstall-merge-test", "", testKubeconfig) + testIfKubeconfigNotInFile(t, path.Join(os.TempDir(), "cli-uninstall-merge-test"), "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) + testIfKubeconfigInFile(t, path.Join(os.TempDir(), "cli-uninstall-merge-test"), "", testKubeconfig) }, core.TestCheckExitCode(0), ), AfterFunc: deleteCluster("Cluster"), OverrideEnv: map[string]string{ - "KUBECONFIG": "/tmp/cli-uninstall-merge-test", + "KUBECONFIG": path.Join(os.TempDir(), "cli-uninstall-merge-test"), }, })) } From 11280539e78c98c6e17705a27c82aa43329ced7b Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Mon, 16 Mar 2020 12:33:18 +0100 Subject: [PATCH 07/20] update tests Signed-off-by: Patrik Cyvoct --- .../custom_kubeconfig_uninstall_test.go | 3 + .../test-get-kubeconfig-simple.cassette.yaml | 890 ++++++++++++++-- .../test-get-kubeconfig-simple.stdout.golden | 6 +- ...est-install-kubeconfig-merge.cassette.yaml | 464 ++++---- ...est-install-kubeconfig-merge.stdout.golden | 2 +- ...st-install-kubeconfig-simple.cassette.yaml | 696 +++--------- ...st-install-kubeconfig-simple.stdout.golden | 2 +- ...l-kubeconfig-uninstall-merge.cassette.yaml | 994 ++++++++++++++++-- ...l-kubeconfig-uninstall-merge.stdout.golden | 2 +- ...install-kubeconfig-uninstall.cassette.yaml | 994 ++++++++++++++++-- ...install-kubeconfig-uninstall.stdout.golden | 2 +- 11 files changed, 3069 insertions(+), 986 deletions(-) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go index 59bad9c00a..9a1682f972 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go @@ -68,6 +68,7 @@ func Test_UninstallKubeconfig(t *testing.T) { OverrideEnv: map[string]string{ "KUBECONFIG": path.Join(os.TempDir(), "cli-uninstall-test"), }, + DisableParallel: true, })) t.Run("empty file", core.Test(&core.TestConfig{ Commands: GetCommands(), @@ -85,6 +86,7 @@ func Test_UninstallKubeconfig(t *testing.T) { OverrideEnv: map[string]string{ "KUBECONFIG": path.Join(os.TempDir(), "emptyfile"), }, + DisableParallel: true, })) t.Run("uninstall-merge", core.Test(&core.TestConfig{ Commands: GetCommands(), @@ -102,5 +104,6 @@ func Test_UninstallKubeconfig(t *testing.T) { OverrideEnv: map[string]string{ "KUBECONFIG": path.Join(os.TempDir(), "cli-uninstall-merge-test"), }, + DisableParallel: true, })) } diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.cassette.yaml index 08e8d4095f..6410c57273 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.cassette.yaml +++ b/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.cassette.yaml @@ -12,7 +12,7 @@ interactions: url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters method: POST response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376306Z","updated_at":"2020-03-09T16:40:47.165376306Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124233794Z","updated_at":"2020-03-16T11:17:44.124233794Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "989" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:40:47 GMT + - Mon, 16 Mar 2020 11:17:45 GMT Server: - scaleway_api Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - edc32fcb-89ac-4c25-90ab-7c39245b1cf0 + - 978e8d2c-1645-4f22-b295-1f8c8f773d2e status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:40:48 GMT + - Mon, 16 Mar 2020 11:17:45 GMT Server: - scaleway_api Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db24b710-5856-4eb5-994b-7fad0e8d7513 + - fd569d65-5f40-406b-9ade-228a60051991 status: 200 OK code: 200 duration: "" @@ -73,19 +73,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:40:53 GMT + - Mon, 16 Mar 2020 11:17:50 GMT Server: - scaleway_api Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 29ba8d19-19c5-4d31-beb3-a413cde87d27 + - 1e353bee-5a56-42a3-9ec3-dcac6df4a631 status: 200 OK code: 200 duration: "" @@ -105,19 +105,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:40:58 GMT + - Mon, 16 Mar 2020 11:17:55 GMT Server: - scaleway_api Strict-Transport-Security: @@ -127,7 +127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d6f5f872-458d-4e45-bd02-271e85c4e7f2 + - 57a86c65-bbd1-4f5e-b6a0-620c459c7c40 status: 200 OK code: 200 duration: "" @@ -137,19 +137,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:03 GMT + - Mon, 16 Mar 2020 11:18:00 GMT Server: - scaleway_api Strict-Transport-Security: @@ -159,7 +159,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c26c13e6-9e19-4d0c-af1f-ce5d671264b0 + - 3894a5c1-59ef-49f1-8702-1f924dcdbb9d status: 200 OK code: 200 duration: "" @@ -169,19 +169,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:08 GMT + - Mon, 16 Mar 2020 11:18:05 GMT Server: - scaleway_api Strict-Transport-Security: @@ -191,7 +191,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de8cc3ba-a007-423d-b307-dd7fee6d74b6 + - 7d2b5b73-82d2-45b5-99b6-a1190f24db47 status: 200 OK code: 200 duration: "" @@ -201,19 +201,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:13 GMT + - Mon, 16 Mar 2020 11:18:10 GMT Server: - scaleway_api Strict-Transport-Security: @@ -223,7 +223,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e3cb619d-ebe6-41e5-8129-eea2456b3667 + - 719a8e58-09d5-47a8-9a65-5d204ffbdd47 status: 200 OK code: 200 duration: "" @@ -233,19 +233,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:19 GMT + - Mon, 16 Mar 2020 11:18:15 GMT Server: - scaleway_api Strict-Transport-Security: @@ -255,7 +255,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa700ccf-6ccf-4b4e-9186-15c78020991d + - 90df11e0-e0f4-4f8d-b6ee-7bb63225f9c4 status: 200 OK code: 200 duration: "" @@ -265,19 +265,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:24 GMT + - Mon, 16 Mar 2020 11:18:20 GMT Server: - scaleway_api Strict-Transport-Security: @@ -287,7 +287,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 006c1c7b-61f4-462c-a564-40497e87d30e + - aa77772b-f0af-43ef-897a-486e3e3ef26b status: 200 OK code: 200 duration: "" @@ -297,19 +297,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:21.580915Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:29 GMT + - Mon, 16 Mar 2020 11:18:25 GMT Server: - scaleway_api Strict-Transport-Security: @@ -319,7 +319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2b0a7df7-e803-45ae-9200-446521bace32 + - f5e21adc-cd3b-442c-a366-03d5e3c449bc status: 200 OK code: 200 duration: "" @@ -329,19 +329,435 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152/kubeconfig method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:40:47.165376Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFZSak1FNVdiMWhFVkUxM1RVUk5lRTVVUlhoTlZHTXdUbFp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlMwd3hDbVZ6ZUd0TVNGcE5iVTlCZUZSTFlpOVhiQzlNTkZSNWJrdFNNSGRGVTFGUVN6ZGhPR2RWUlhKNGMzRmFURXRYVVRaWVpESk1aVFEyTjJKd09DODJNVFlLUW1ad1duWlBSRWRJY0ZWa2JtNWFaQzh5VVZKUlVsWkpTME0yWTJ4MFJXVmtOak5FV2pRelVsTnRjMnhCUWxSQlUyRnBlVEpHUVZKTGVFVmpjM2hJZUFveWVERjBjR0p4VVhaSldtaDViemhYTmt4SmFYRlJlSFZsUlZKdFpscFlabnAxWVVGSFpGVkVTakpRZUc5T1EzRlhSV3BTZDJGUlJFOXlhRFpIV1hkUUNtOWpjMHhvVTB4blMzZzNWMkZMTUdKUGJUbG5WRkJJV1ZKV2NYbEVaWEZ1TW5WMlRtaG9TSGRYUmpGYVVXeEtUQzlwVlZjNWJuTlRZMHdyTXpkRFUyWUtaV1JGZFdsSWQwcGxMM050Ym1RMlNHOUlUMkoyZGsxVVREUTRaM2d4TDFGUWVHTlZXV1JzTURCaGVFVmpNelJ5VkdGdk1XSjBNR1pTWXpWNlJ6TlNUUXA1UkZkaFUyUjBObVYwVm5JMk4wbFpNWGt3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGRlNuVjVOWE5PTXpoNVQxVk1Ta0ZhZFM4NGNGUk5TV294VVdNS1NuUTNXSEpOWjJwWlZVRk9SMjl1VEd0YU5WRmFTMDl1Um5KT2IxazRaalpSUjBnelpqQnRVMkpVYUU5elpreHlaV3gwV1VobldFcEJNRVEwY0ZVNVpnb3hNMHhEYjFWeFptaHhlVGQyYTI4MFUxTTBjQzlRY0daaFQySk5TRkZuZVdSTFdFaHVTVEp3YVc1MmFWbE5kaTk1THpGb1JVaGtWVWh3TkZCalFUUXZDbEZNVkM5WFVqRk5lVE0zZVRNNFNtNUlVRGd3U2t4VFRYWk5ZMmQ1Yms0MmMzQm9XVzVTWldsSU1YVnRWSGhDZWpGUFRXNWlTblJwU1U5bWVWaHVWMHNLVG5WdVMxUmpWak5qS3pCWksyOXJXbTAyYkhSTVNuWkxTMUJXU0hsSGFWQlhXa2RIWlM5S2FUa3JNR1ZGUVhabU1IbEJTMFk0WTJSYVMxRlRSVkJPTlFwNE5GaFRWbmhhU3pocmRsQTVkWGhWVmtReFl6VjBWRmd3VTNSd2RXbzFSelpYTUVFMmFtUnFjVzFqUzNKa2FIWlBUemhYVlZGSVpsQXhUVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYjE1YTM4YTktYjg0YS00MTMzLThhMTAtNmNlYWU4YjAyMTUyLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBuOE9TSTQyNlhpdWVBQXdkcUhyTkZ0cE9SeU05cUFTam5mOWpycDJCWTAySFhoMmswZ0lXWWdSbg=="}' headers: Content-Length: - - "983" + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:18:25 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d20bed0a-7ca7-40ed-a191-543605384caa + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFZSak1FNVdiMWhFVkUxM1RVUk5lRTVVUlhoTlZHTXdUbFp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlMwd3hDbVZ6ZUd0TVNGcE5iVTlCZUZSTFlpOVhiQzlNTkZSNWJrdFNNSGRGVTFGUVN6ZGhPR2RWUlhKNGMzRmFURXRYVVRaWVpESk1aVFEyTjJKd09DODJNVFlLUW1ad1duWlBSRWRJY0ZWa2JtNWFaQzh5VVZKUlVsWkpTME0yWTJ4MFJXVmtOak5FV2pRelVsTnRjMnhCUWxSQlUyRnBlVEpHUVZKTGVFVmpjM2hJZUFveWVERjBjR0p4VVhaSldtaDViemhYTmt4SmFYRlJlSFZsUlZKdFpscFlabnAxWVVGSFpGVkVTakpRZUc5T1EzRlhSV3BTZDJGUlJFOXlhRFpIV1hkUUNtOWpjMHhvVTB4blMzZzNWMkZMTUdKUGJUbG5WRkJJV1ZKV2NYbEVaWEZ1TW5WMlRtaG9TSGRYUmpGYVVXeEtUQzlwVlZjNWJuTlRZMHdyTXpkRFUyWUtaV1JGZFdsSWQwcGxMM050Ym1RMlNHOUlUMkoyZGsxVVREUTRaM2d4TDFGUWVHTlZXV1JzTURCaGVFVmpNelJ5VkdGdk1XSjBNR1pTWXpWNlJ6TlNUUXA1UkZkaFUyUjBObVYwVm5JMk4wbFpNWGt3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGRlNuVjVOWE5PTXpoNVQxVk1Ta0ZhZFM4NGNGUk5TV294VVdNS1NuUTNXSEpOWjJwWlZVRk9SMjl1VEd0YU5WRmFTMDl1Um5KT2IxazRaalpSUjBnelpqQnRVMkpVYUU5elpreHlaV3gwV1VobldFcEJNRVEwY0ZVNVpnb3hNMHhEYjFWeFptaHhlVGQyYTI4MFUxTTBjQzlRY0daaFQySk5TRkZuZVdSTFdFaHVTVEp3YVc1MmFWbE5kaTk1THpGb1JVaGtWVWh3TkZCalFUUXZDbEZNVkM5WFVqRk5lVE0zZVRNNFNtNUlVRGd3U2t4VFRYWk5ZMmQ1Yms0MmMzQm9XVzVTWldsSU1YVnRWSGhDZWpGUFRXNWlTblJwU1U5bWVWaHVWMHNLVG5WdVMxUmpWak5qS3pCWksyOXJXbTAyYkhSTVNuWkxTMUJXU0hsSGFWQlhXa2RIWlM5S2FUa3JNR1ZGUVhabU1IbEJTMFk0WTJSYVMxRlRSVkJPTlFwNE5GaFRWbmhhU3pocmRsQTVkWGhWVmtReFl6VjBWRmd3VTNSd2RXbzFSelpYTUVFMmFtUnFjVzFqUzNKa2FIWlBUemhYVlZGSVpsQXhUVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYjE1YTM4YTktYjg0YS00MTMzLThhMTAtNmNlYWU4YjAyMTUyLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBuOE9TSTQyNlhpdWVBQXdkcUhyTkZ0cE9SeU05cUFTam5mOWpycDJCWTAySFhoMmswZ0lXWWdSbg=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:18:25 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3dc42bb3-cd7c-4a4d-9f8e-826aba2031cb + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: DELETE + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876480Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "994" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:18:25 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6be6373d-fa46-4b89-aeb0-187d580dba54 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:18:25 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 935b85dc-92b4-41ef-a505-0ee371b4e79a + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:18:31 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d4e6630e-f081-4891-91b7-7f02735e3c9d + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:18:36 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a1addf68-89b6-4c7e-bd0a-b0b636301d17 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:18:40 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e6521746-0e9e-45c5-a05e-ec9d7cde5575 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:18:46 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 110d5515-59ca-43a9-b839-505ee37266f8 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:18:51 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b08841ca-bf22-4477-a689-7d3e33eef230 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:18:56 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 668dfbd6-2e6d-44a7-9c34-ea4f991ef332 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:19:01 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 26e10086-7eae-4ace-9869-fe9ec0e3aba8 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:19:06 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6465fd8b-0d47-411c-8dc6-5571902926fa + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:19:11 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ec47a23e-1722-47a8-a3e3-1887b0895a98 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:34 GMT + - Mon, 16 Mar 2020 11:19:16 GMT Server: - scaleway_api Strict-Transport-Security: @@ -351,7 +767,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1213b860-0b09-466f-8720-ef249902a4fe + - dc251c29-b11e-4ee1-83c2-9da513ac3ecf status: 200 OK code: 200 duration: "" @@ -361,19 +777,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:41:39.204140Z","name":"cli-test","description":"","current_node_count":0,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "980" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:39 GMT + - Mon, 16 Mar 2020 11:19:21 GMT Server: - scaleway_api Strict-Transport-Security: @@ -383,7 +799,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e98de08-ad7f-409e-a0a3-63e8704922d8 + - 130de869-4b01-46c8-853c-2272e6829a87 status: 200 OK code: 200 duration: "" @@ -393,19 +809,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBSRVV5VGtSQk1FNHhiMWhFVkUxM1RVUk5kMDlFUlRKT1JFRXdUakZ2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRWSm9DbU52V1VJclJXeFhiMHR4VkV4SFVXUlBSSGQ0ZDI5aGNHNVJTbXRtYVhKWkswd3hZUzk1WWpkSFYyY3ZiM2hZWkVsVk1rbGlaa2xLVVZoU2IyMTFTM0VLU1ZSNmFtMDJVWEpSZWtwVFNHTlFZMjFsUTA0NFlWUTRaR2RPYldNclpGWkRaV2RrYXpneFdFMXlUMEpPUWtVMFZFUkJOSEozZVdjek9HRTVRWFpRYWdwdVNsQnBiMFpPUm1WblkyWkZlbXRZWTJoaWMycFBNVTlNSzI1RlZWcFNVR3hUUVZscFZtWkJSbWtyVmtOclkyUjRRbGR4Y21SNVJFcEdUMU52VURGbkNpdFhlSG8wYlhCTkt6Tmpkek54VjNsdmQwNUxXVVIxWjFGM2FVaHViRzV2VFU5RFVWcGxaRmRpVUhRd01ERnRiV0ZYVWsxSkwwSk9iRTVMV1dNeGJqRUtWbFJuT0Zoc2FreDJkMlZPTVhOU04wRmpNamx0VDAxR1F5czNhazR2YTNaYUsxRTJlbUZ0ZDBGTFdUZExiM1ZpUXpkWmVrcDBaazFLTVdWNVdrSnJSUXBIUkRsbVNIQnJZV2R0U0dGdlEwUjRjVkpqUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGS05rUmFkMUJXYjBFNFpUTnNVbHB5WmtOc1RGYzRjbVZtUVRFS1pWSldSRzR6ZFVaSVlrRk5TRzU0VlZkSE5tbHFiRWwwY25ONFJ6Y3lSbGxFZEZobVMzZEZiR2xwUTFwTWNTOXRVR3czYkM5Qk5VcEdZM1Y1U0RrNFZncE1XV0pQUTNJNFdsQlhXV3hTZUU1cFRpdHBjMHBVZVhGTVRpOXdSbFpIVlVSckt6QnFkVk5aZGt0SmRWQlVjbVY0Wnl0a1VrMXJhVUZLYjBodllWUklDbVZsZURKaWNFeHpRVFZDYWpkaFRUQldkVUozTVRSR1Z6TTBjM2d4VFdKQk16ZDJSMWhFVEZkWFIxRlNlVGhyWjA0M1RWZEJRVkIxYmtSMFRXSlNjbWtLT0ZwSGEzQnFibkpDYUVzeVZEZDZVVklyTm0xSVRrUmhZWEoyUTA5RlpEVlBjM292YzNCcVoxSndOa1ZNTDI5UlEzRkpSSGRpVkZrd0sxbzJXbWM0ZEFwd2RFcGpiMG8xZDJKRGF6WXdiRTA1VEROeVFXUlJZWEkwUlhWdlZ6RTNSa1ZIUTFJM2RGazRkRFJzZGxoSVYwTmxlVTU0WWtaU2MyY3ZWVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vN2MxMzg3MGYtZDg3Mi00ZjYxLWEwYTYtYWNlYmZhZTU2ZDI3LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBvV2NZcXZrd09LQ2tHd2RDSEtRT3dZNUN3U0ZJMDR1ZVdxb1JBWEtxYjNyWmR3OVJYczM3Q1R4Mw=="}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "2468" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:39 GMT + - Mon, 16 Mar 2020 11:19:26 GMT Server: - scaleway_api Strict-Transport-Security: @@ -415,7 +831,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - daa026e3-4938-4621-950a-1d439021ebdb + - 201f6943-624c-419d-8824-d9f61c877642 status: 200 OK code: 200 duration: "" @@ -425,19 +841,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBSRVV5VGtSQk1FNHhiMWhFVkUxM1RVUk5kMDlFUlRKT1JFRXdUakZ2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRWSm9DbU52V1VJclJXeFhiMHR4VkV4SFVXUlBSSGQ0ZDI5aGNHNVJTbXRtYVhKWkswd3hZUzk1WWpkSFYyY3ZiM2hZWkVsVk1rbGlaa2xLVVZoU2IyMTFTM0VLU1ZSNmFtMDJVWEpSZWtwVFNHTlFZMjFsUTA0NFlWUTRaR2RPYldNclpGWkRaV2RrYXpneFdFMXlUMEpPUWtVMFZFUkJOSEozZVdjek9HRTVRWFpRYWdwdVNsQnBiMFpPUm1WblkyWkZlbXRZWTJoaWMycFBNVTlNSzI1RlZWcFNVR3hUUVZscFZtWkJSbWtyVmtOclkyUjRRbGR4Y21SNVJFcEdUMU52VURGbkNpdFhlSG8wYlhCTkt6Tmpkek54VjNsdmQwNUxXVVIxWjFGM2FVaHViRzV2VFU5RFVWcGxaRmRpVUhRd01ERnRiV0ZYVWsxSkwwSk9iRTVMV1dNeGJqRUtWbFJuT0Zoc2FreDJkMlZPTVhOU04wRmpNamx0VDAxR1F5czNhazR2YTNaYUsxRTJlbUZ0ZDBGTFdUZExiM1ZpUXpkWmVrcDBaazFLTVdWNVdrSnJSUXBIUkRsbVNIQnJZV2R0U0dGdlEwUjRjVkpqUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGS05rUmFkMUJXYjBFNFpUTnNVbHB5WmtOc1RGYzRjbVZtUVRFS1pWSldSRzR6ZFVaSVlrRk5TRzU0VlZkSE5tbHFiRWwwY25ONFJ6Y3lSbGxFZEZobVMzZEZiR2xwUTFwTWNTOXRVR3czYkM5Qk5VcEdZM1Y1U0RrNFZncE1XV0pQUTNJNFdsQlhXV3hTZUU1cFRpdHBjMHBVZVhGTVRpOXdSbFpIVlVSckt6QnFkVk5aZGt0SmRWQlVjbVY0Wnl0a1VrMXJhVUZLYjBodllWUklDbVZsZURKaWNFeHpRVFZDYWpkaFRUQldkVUozTVRSR1Z6TTBjM2d4VFdKQk16ZDJSMWhFVEZkWFIxRlNlVGhyWjA0M1RWZEJRVkIxYmtSMFRXSlNjbWtLT0ZwSGEzQnFibkpDYUVzeVZEZDZVVklyTm0xSVRrUmhZWEoyUTA5RlpEVlBjM292YzNCcVoxSndOa1ZNTDI5UlEzRkpSSGRpVkZrd0sxbzJXbWM0ZEFwd2RFcGpiMG8xZDJKRGF6WXdiRTA1VEROeVFXUlJZWEkwUlhWdlZ6RTNSa1ZIUTFJM2RGazRkRFJzZGxoSVYwTmxlVTU0WWtaU2MyY3ZWVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vN2MxMzg3MGYtZDg3Mi00ZjYxLWEwYTYtYWNlYmZhZTU2ZDI3LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBvV2NZcXZrd09LQ2tHd2RDSEtRT3dZNUN3U0ZJMDR1ZVdxb1JBWEtxYjNyWmR3OVJYczM3Q1R4Mw=="}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "2468" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:39 GMT + - Mon, 16 Mar 2020 11:19:31 GMT Server: - scaleway_api Strict-Transport-Security: @@ -447,7 +863,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - badd239a-604a-44b8-b9cd-77f0e51c92ce + - 1a3833c0-d046-4dbf-9089-6ee3291e3ab7 status: 200 OK code: 200 duration: "" @@ -457,19 +873,307 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 - method: DELETE + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:19:36 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0caf2693-3dd1-417c-aee9-947079d785c4 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:19:41 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3e86f2e9-49d0-4d43-96c6-58bbea738597 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:19:46 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 30be0ee2-a850-45cb-81f3-c1461aa5b1c6 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:19:51 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fed5becc-2261-44aa-8652-e97864f122d6 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:19:56 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d196b34a-c8f1-4dea-8062-09b0ad19b4bc + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:20:01 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0e9ebeca-ebb2-4c1e-a97f-9aa6719803ac + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:20:06 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1f1dd3c7-7a29-4f9c-ae3e-d2900b6c96ba + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:20:11 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 10eecc7e-0766-434c-8704-9f7598ffcf0a + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET + response: + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:20:16 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ab33e4bf-be76-4793-858d-6ed6c9b689c5 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:41:39.748866450Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "986" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:39 GMT + - Mon, 16 Mar 2020 11:20:21 GMT Server: - scaleway_api Strict-Transport-Security: @@ -479,7 +1183,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 29b64f2b-98eb-432d-a3c3-2645a46bc3e8 + - 49d91ae5-f78c-482f-ab9d-528cad0888c9 status: 200 OK code: 200 duration: "" @@ -489,19 +1193,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:41:39.748866Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:40 GMT + - Mon, 16 Mar 2020 11:20:26 GMT Server: - scaleway_api Strict-Transport-Security: @@ -511,7 +1215,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b720d20d-270b-48e1-ac31-6da4e9ac57d9 + - 3819ce53-e077-4c88-9253-ad6f6fbd6465 status: 200 OK code: 200 duration: "" @@ -521,19 +1225,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:41:39.748866Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:45 GMT + - Mon, 16 Mar 2020 11:20:31 GMT Server: - scaleway_api Strict-Transport-Security: @@ -543,7 +1247,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a53d911b-4297-4ea2-9b1e-2fb632f95d17 + - 47474996-74c6-4f25-9549-f837c89dfb9c status: 200 OK code: 200 duration: "" @@ -553,19 +1257,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"region":"fr-par","id":"7c13870f-d872-4f61-a0a6-acebfae56d27","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T16:40:47.165376Z","updated_at":"2020-03-09T16:41:39.748866Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7c13870f-d872-4f61-a0a6-acebfae56d27.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:50 GMT + - Mon, 16 Mar 2020 11:20:36 GMT Server: - scaleway_api Strict-Transport-Security: @@ -575,7 +1279,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bde393ab-7557-44ec-960d-08e44e33a660 + - 67ce60f6-8e57-4bda-9d52-5f21717144ea status: 200 OK code: 200 duration: "" @@ -585,10 +1289,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7c13870f-d872-4f61-a0a6-acebfae56d27 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 method: GET response: - body: '{"message":"resource is not found","resource":"cluster","resource_id":"7c13870f-d872-4f61-a0a6-acebfae56d27","type":"not_found"}' + body: '{"message":"resource is not found","resource":"cluster","resource_id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","type":"not_found"}' headers: Content-Length: - "128" @@ -597,7 +1301,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 09 Mar 2020 16:41:55 GMT + - Mon, 16 Mar 2020 11:20:41 GMT Server: - scaleway_api Strict-Transport-Security: @@ -607,7 +1311,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fc624201-3b45-4c67-9b45-46799becf933 + - 65e2b0b6-76bc-4a5f-bc35-2e19de0e8692 status: 404 Not Found code: 404 duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.stdout.golden index 720b2830fc..d5f86186f4 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.stdout.golden +++ b/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.stdout.golden @@ -2,8 +2,8 @@ apiVersion: v1 clusters: - name: clitest cluster: - certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRJd01ETXdPREUyTkRBME4xb1hEVE13TURNd09ERTJOREEwTjFvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTVJoCmNvWUIrRWxXb0txVExHUWRPRHd4d29hcG5RSmtmaXJZK0wxYS95YjdHV2cvb3hYZElVMkliZklKUVhSb211S3EKSVR6am02UXJRekpTSGNQY21lQ044YVQ4ZGdObWMrZFZDZWdkazgxWE1yT0JOQkU0VERBNHJ3eWczOGE5QXZQagpuSlBpb0ZORmVnY2ZFemtYY2hic2pPMU9MK25FVVpSUGxTQVlpVmZBRmkrVkNrY2R4QldxcmR5REpGT1NvUDFnCitXeHo0bXBNKzNjdzNxV3lvd05LWUR1Z1F3aUhubG5vTU9DUVplZFdiUHQwMDFtbWFXUk1JL0JObE5LWWMxbjEKVlRnOFhsakx2d2VOMXNSN0FjMjltT01GQys3ak4va3ZaK1E2emFtd0FLWTdLb3ViQzdZekp0Zk1KMWV5WkJrRQpHRDlmSHBrYWdtSGFvQ0R4cVJjQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFKNkRad1BWb0E4ZTNsUlpyZkNsTFc4cmVmQTEKZVJWRG4zdUZIYkFNSG54VVdHNmlqbEl0cnN4RzcyRllEdFhmS3dFbGlpQ1pMcS9tUGw3bC9BNUpGY3V5SDk4VgpMWWJPQ3I4WlBXWWxSeE5pTitpc0pUeXFMTi9wRlZHVURrKzBqdVNZdktJdVBUcmV4ZytkUk1raUFKb0hvYVRICmVleDJicExzQTVCajdhTTBWdUJ3MTRGVzM0c3gxTWJBMzd2R1hETFdXR1FSeThrZ043TVdBQVB1bkR0TWJScmkKOFpHa3BqbnJCaEsyVDd6UVIrNm1ITkRhYXJ2Q09FZDVPc3ovc3BqZ1JwNkVML29RQ3FJRHdiVFkwK1o2Wmc4dApwdEpjb0o1d2JDazYwbE05TDNyQWRRYXI0RXVvVzE3RkVHQ1I3dFk4dDRsdlhIV0NleU54YkZSc2cvVT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo= - server: https://7c13870f-d872-4f61-a0a6-acebfae56d27.api.k8s.fr-par.scw.cloud:6443 + certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRJd01ETXhOVEV4TVRjME5Wb1hEVE13TURNeE5URXhNVGMwTlZvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS0wxCmVzeGtMSFpNbU9BeFRLYi9XbC9MNFR5bktSMHdFU1FQSzdhOGdVRXJ4c3FaTEtXUTZYZDJMZTQ2N2JwOC82MTYKQmZwWnZPREdIcFVkbm5aZC8yUVJRUlZJS0M2Y2x0RWVkNjNEWjQzUlNtc2xBQlRBU2FpeTJGQVJLeEVjc3hIeAoyeDF0cGJxUXZJWmh5bzhXNkxJaXFReHVlRVJtZlpYZnp1YUFHZFVESjJQeG9OQ3FXRWpSd2FRRE9yaDZHWXdQCm9jc0xoU0xnS3g3V2FLMGJPbTlnVFBIWVJWcXlEZXFuMnV2TmhoSHdXRjFaUWxKTC9pVVc5bnNTY0wrMzdDU2YKZWRFdWlId0plL3NtbmQ2SG9IT2J2dk1UTDQ4Z3gxL1FQeGNVWWRsMDBheEVjMzRyVGFvMWJ0MGZSYzV6RzNSTQp5RFdhU2R0NmV0VnI2N0lZMXkwQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFFSnV5NXNOMzh5T1VMSkFadS84cFRNSWoxUWMKSnQ3WHJNZ2pZVUFOR29uTGtaNVFaS09uRnJOb1k4ZjZRR0gzZjBtU2JUaE9zZkxyZWx0WUhnWEpBMEQ0cFU5ZgoxM0xDb1VxZmhxeTd2a280U1M0cC9QcGZhT2JNSFFneWRLWEhuSTJwaW52aVlNdi95LzFoRUhkVUhwNFBjQTQvClFMVC9XUjFNeTM3eTM4Sm5IUDgwSkxTTXZNY2d5bk42c3BoWW5SZWlIMXVtVHhCejFPTW5iSnRpSU9meVhuV0sKTnVuS1RjVjNjKzBZK29rWm02bHRMSnZLS1BWSHlHaVBXWkdHZS9KaTkrMGVFQXZmMHlBS0Y4Y2RaS1FTRVBONQp4NFhTVnhaSzhrdlA5dXhVVkQxYzV0VFgwU3RwdWo1RzZXMEE2amRqcW1jS3JkaHZPTzhXVVFIZlAxTT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo= + server: https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443 contexts: - name: admin@clitest context: @@ -15,4 +15,4 @@ preferences: {} users: - name: clitest-admin user: - token: oWcYqvkwOKCkGwdCHKQOwY5CwSFI04ueWqoRAXKqb3rZdw9RXs37CTx3 + token: n8OSI426XiueAAwdqHrNFtpORyM9qASjnf9jrp2BY02HXh2k0gIWYgRn diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.cassette.yaml index f42a4b03a2..0574b44133 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.cassette.yaml +++ b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.cassette.yaml @@ -12,7 +12,7 @@ interactions: url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters method: POST response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430064Z","updated_at":"2020-03-09T21:35:02.224430064Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572381966Z","updated_at":"2020-03-16T11:22:39.572381966Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "989" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:02 GMT + - Mon, 16 Mar 2020 11:22:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - af7d3571-320d-4897-920f-65a12e16cf5d + - 8299e01e-4f1a-4105-9d37-ce345782dc56 status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:02 GMT + - Mon, 16 Mar 2020 11:22:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ca8deb81-8151-48af-a5a6-41b04b856d44 + - 4ffe32bd-f4f3-46d6-844b-44bddb886b1d status: 200 OK code: 200 duration: "" @@ -73,19 +73,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:07 GMT + - Mon, 16 Mar 2020 11:22:45 GMT Server: - scaleway_api Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c9226c58-6caa-4490-bcbd-83e8517416cc + - 9892db13-64ff-4c50-a3bb-acf36c6031ab status: 200 OK code: 200 duration: "" @@ -105,19 +105,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:12 GMT + - Mon, 16 Mar 2020 11:22:50 GMT Server: - scaleway_api Strict-Transport-Security: @@ -127,7 +127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e0e29821-1e4a-4466-8510-2337b0ec60d9 + - 62b8d27d-f7ae-4894-97fb-3cad7c77965d status: 200 OK code: 200 duration: "" @@ -137,19 +137,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:17 GMT + - Mon, 16 Mar 2020 11:22:55 GMT Server: - scaleway_api Strict-Transport-Security: @@ -159,7 +159,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2749a3c6-90a5-4a70-86c5-1527b61fd2e5 + - b4c37013-9099-49bd-80ca-d293b06e7c3a status: 200 OK code: 200 duration: "" @@ -169,19 +169,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:22 GMT + - Mon, 16 Mar 2020 11:23:00 GMT Server: - scaleway_api Strict-Transport-Security: @@ -191,7 +191,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b0dc1139-dec9-4710-b6de-6e68f58b9e16 + - c7851899-6fcb-4d81-adcd-3e5cc5b5b929 status: 200 OK code: 200 duration: "" @@ -201,19 +201,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:27 GMT + - Mon, 16 Mar 2020 11:23:05 GMT Server: - scaleway_api Strict-Transport-Security: @@ -223,7 +223,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 51ee1ece-19fd-4038-9069-6b487eb77e4b + - b23e4755-5b3c-4670-807c-1f45580105e0 status: 200 OK code: 200 duration: "" @@ -233,19 +233,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:02.224430Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:32 GMT + - Mon, 16 Mar 2020 11:23:10 GMT Server: - scaleway_api Strict-Transport-Security: @@ -255,7 +255,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7488dacc-e7f0-4979-a084-980cb43b49f7 + - 9208d345-cb49-4684-93ed-a687cb639a9f status: 200 OK code: 200 duration: "" @@ -265,19 +265,51 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:35.877645Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "989" + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:23:15 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5abafd51-781e-4717-8904-8c657381c5a0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + method: GET + response: + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:17.992635Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:37 GMT + - Mon, 16 Mar 2020 11:23:20 GMT Server: - scaleway_api Strict-Transport-Security: @@ -287,7 +319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d16f7d1b-0fa2-4216-a384-e8985b48a13a + - 7e5ad93a-af81-4590-a3c3-670f1349cc8f status: 200 OK code: 200 duration: "" @@ -297,10 +329,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBSRWw0VFhwVmQwMHhiMWhFVkUxM1RVUk5kMDlFU1hoTmVsVjNUVEZ2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRURlZDbVJwV2toS2R6Tm5UbEZIVVVOMFIwMTBUbll2VEUweE1TOXNVVkowUkZZMFNIVTNZM0F5V0dvMVRqbHJNMUJaYkV0WVJWaFFkMFJPV1V4SFExSlZPRklLU1dzeGNGZFJhemhZZERSSk9VbHRkWEUzTjJNeE5uSndLMHBpY25WRlExRmpMM012VVhsUGFVOXROVEY2WkRGMGEwUjRjbmN3YTAxVFNIbDBURzFPVGdwdGJHODRSV3RyWjI1TVkyVk9SR1JJTVZac09VazBNR0prUVhocE5scFFObFI2ZVhkNVIwdERZMjVOU1VGUlJVVkRkMjVFWm1JM1NUZEpNazExUVV3eUNtdFVkVzk1YjNOT2FrZGhhRFpxYVRaamQzaGhVSE5JY3prMGRrTlZTbEpxVVhGcVIxUTRWR1J2TDJ0YWRteEphazF6Y3pkdVFrMDBkRUV2U0had1VFd0tUalZaVG1ZMVNYWjZLemhPVW5FMU0yUXliR3N2VVZoeVYxSXpSMjlsYVdoRVNGY3hVR2h5UkZsSGQzRjNWV1phUkdwRFNXZFRhWEl2ZUVSVFZrMUpNd3BKYzA5dU0yaHlRVzlHWjA5TFVWbDBTazlWUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGRlJUTmtXRzFoVTJ4QlZrMU9VazEyVkRSamJYUTNTeTgyVVdZS05GZENZMmMwV2pScGRpOXlUakl5UkdOelJFRXlaRVp5Ums4MlVVNVVhelJ2TUVKb2NWb3dRbkZJTWpoNVVrZzFLMUJTVEhscVZGQnhhMmR3VWpBeU5RcHlTakJKYWxsRFFrZDRTRzlQVlZWalJrdHhXV3hPT1VSMVVUbEpORzVXVkdZcllWSlFRa2h6YlhWb1ltdEhibWMzZUhFek9ESXlUSGx0T0RSYWVrcHBDbkJtZDBWd2MzSk1lVmRhSzJVeE1VVklOa0Y0V2tKVmJGWTNWWFY2UW1RMGR6UjNWams1YjJZeE1GTlVTMlphYVZkUFRFMHdkbko0TUdoRksxQkRNVEVLYlZkdmVVUlhZMkZFVmxWMVZVSlFkemN4ZFZaWFdEVXhOV05MYmtNMFNFeEdPRUZqUVU5R05XNUhkVTVQWVVKQlkwSlFlWE5EV1dkQmVVWkNVSEV6ZGdwcGFEWXdia1IwY0hkbU0zUlhSVlpNWTB0b2VGUmpUWGRMWVhwUlMwSkpRazlWZVc1cVYwZHlaRVpGV21sV1VWZDZNbnBIWVZoSEsydHhiejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOTkyYTY4NWQtOWYwYy00Mjg2LWEzNGUtZmE2MGUyMTMwNGJkLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBIQWd4NnVTM1lHTGNncWtoZnNGTjVNMEd3TFJ5NlZhazVSdERiOUtiZm5qV2tBSWw0YkRvOHpBTw=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwSk1FMUdiMWhFVkUxM1RVUk5lRTVVUlhoTmFra3dUVVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRERnZDa1l6TW5CbVNFVXpiMWxCUm1FNFZUTnJRbEU1TVd3NGVHTjZRMjVGWW1KeFYxWm5kRTV2WVRKMlMwbzJiRXh5ZVRabVNGRmtRMnROVlZOck9YazJSMW9LUW5GUWRFVmFjMjlWY0hSTE1YazVURUpvWjNWQ2J6UjBTMFZZV0RsaVNWZFNRVFl2U2pFNVZsVldXR1ZTT1dFd05VZGtXbVJOV2pocUwwMURORVJ0TWdwUFVHMUdUVmRoUkd4UWRrNTRNVVZFTjNwNFpIYzFhMkl4SzNZNVdDczVVa1Z4WmtKWlVXaGliRlozV1VaUWIzZERTRVIxTVZOa1duQm9jWGR1ZGtWb0NscDVaazR2U1U0NU1VNXNiVlowVXk5V01UaFZLemhOTlhSelVqTjJSWEJ2YVhnd2IzaDZNa3Q1Vkc1MVkwRlJSaTl5YmpaV05ITjFVR3BwWkVjeE5Wb0tVelZwVVVsck5FbEhlVE01VUVJeldUSmFNRmxsWXk5Wk5VSlFaMEZIY0ZOalkxbElZV2RxZDBoUGVtdHBWRVJGT0RoT1MzRTRiMFl5Um1ka1JtaGtkZ3BOWkRrME9VTjFlVlZQYld4eVltb3lSa2d3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTVZtaFVXVE5WY25ZeVNuWlliV1pMZFhJd1pGTjBURlpoVVhNS01IbG9PVVJvWVdOc2NGWkdURWRLYkdOeE1tdDNkRmx2VlhNckwzVk5SSFJuUzA1WFNWVnNTVXBZY1doeU9EY3ZSR2RHY2pkUlUwTm9kVlJEY25CSVdnb3dTMlJOZGpZM05XRkVWa3BQYW1WUGMyeHJWMmNyYm1ncmNqTXdTamhtZWpWcGNFSjFlRXd6SzJScVJ6STJSbmt2ZDNWc2R6VjFZbEo2U1VFMldVeDZDa3g1TDJoM1dtZENhVE5pU3pOQlFtRk5hWEpzYVZJMVRXVnBjemxHVUVwRFZuVnlOek5yU1ZSclUxbFRWRXBPY1N0VUwxZHVjMVZVVFVsWFNUTkJTa3dLZVhwMVZ6UnVZbTFCT0dkNFRHWmFLMWRrVXpGaGMyTklPVmRzUmtaUk1Xd3diRXcyVFd4WVREUlZNV2hrWjNrd2VYaEZZbUpzZVVWT2FYSXpkbms1UlFwc1NGQXhSazFKYkhaVlNHRTFWRUV4SzBwbmFVbFNaRWRUYjJkUFZGWTFlSE5QUVhCclNUWXhVazFUWlZkR1YwUlpRMU41T1ZJM2ExbFFPRDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vZDRlZjg5ODUtNmEzYy00OWViLThmMmMtM2Y3ZDFiYWVlZjM5LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBleXBObll4WmRQZ3pJVnFBdlpOQUxDdmRDSFF0YzViRlZyUFlBTUJRbTV2d3AwSjA0UHJKMEY1Zg=="}' headers: Content-Length: - "2468" @@ -309,7 +341,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:38 GMT + - Mon, 16 Mar 2020 11:23:20 GMT Server: - scaleway_api Strict-Transport-Security: @@ -319,7 +351,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 06c33102-5ad5-481f-9991-331a9014412e + - 214a3ac8-8f6c-447e-b51c-1f1bf9e13f5d status: 200 OK code: 200 duration: "" @@ -329,10 +361,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBSRWw0VFhwVmQwMHhiMWhFVkUxM1RVUk5kMDlFU1hoTmVsVjNUVEZ2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRURlZDbVJwV2toS2R6Tm5UbEZIVVVOMFIwMTBUbll2VEUweE1TOXNVVkowUkZZMFNIVTNZM0F5V0dvMVRqbHJNMUJaYkV0WVJWaFFkMFJPV1V4SFExSlZPRklLU1dzeGNGZFJhemhZZERSSk9VbHRkWEUzTjJNeE5uSndLMHBpY25WRlExRmpMM012VVhsUGFVOXROVEY2WkRGMGEwUjRjbmN3YTAxVFNIbDBURzFPVGdwdGJHODRSV3RyWjI1TVkyVk9SR1JJTVZac09VazBNR0prUVhocE5scFFObFI2ZVhkNVIwdERZMjVOU1VGUlJVVkRkMjVFWm1JM1NUZEpNazExUVV3eUNtdFVkVzk1YjNOT2FrZGhhRFpxYVRaamQzaGhVSE5JY3prMGRrTlZTbEpxVVhGcVIxUTRWR1J2TDJ0YWRteEphazF6Y3pkdVFrMDBkRUV2U0had1VFd0tUalZaVG1ZMVNYWjZLemhPVW5FMU0yUXliR3N2VVZoeVYxSXpSMjlsYVdoRVNGY3hVR2h5UkZsSGQzRjNWV1phUkdwRFNXZFRhWEl2ZUVSVFZrMUpNd3BKYzA5dU0yaHlRVzlHWjA5TFVWbDBTazlWUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGRlJUTmtXRzFoVTJ4QlZrMU9VazEyVkRSamJYUTNTeTgyVVdZS05GZENZMmMwV2pScGRpOXlUakl5UkdOelJFRXlaRVp5Ums4MlVVNVVhelJ2TUVKb2NWb3dRbkZJTWpoNVVrZzFLMUJTVEhscVZGQnhhMmR3VWpBeU5RcHlTakJKYWxsRFFrZDRTRzlQVlZWalJrdHhXV3hPT1VSMVVUbEpORzVXVkdZcllWSlFRa2h6YlhWb1ltdEhibWMzZUhFek9ESXlUSGx0T0RSYWVrcHBDbkJtZDBWd2MzSk1lVmRhSzJVeE1VVklOa0Y0V2tKVmJGWTNWWFY2UW1RMGR6UjNWams1YjJZeE1GTlVTMlphYVZkUFRFMHdkbko0TUdoRksxQkRNVEVLYlZkdmVVUlhZMkZFVmxWMVZVSlFkemN4ZFZaWFdEVXhOV05MYmtNMFNFeEdPRUZqUVU5R05XNUhkVTVQWVVKQlkwSlFlWE5EV1dkQmVVWkNVSEV6ZGdwcGFEWXdia1IwY0hkbU0zUlhSVlpNWTB0b2VGUmpUWGRMWVhwUlMwSkpRazlWZVc1cVYwZHlaRVpGV21sV1VWZDZNbnBIWVZoSEsydHhiejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vOTkyYTY4NWQtOWYwYy00Mjg2LWEzNGUtZmE2MGUyMTMwNGJkLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBIQWd4NnVTM1lHTGNncWtoZnNGTjVNMEd3TFJ5NlZhazVSdERiOUtiZm5qV2tBSWw0YkRvOHpBTw=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwSk1FMUdiMWhFVkUxM1RVUk5lRTVVUlhoTmFra3dUVVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRERnZDa1l6TW5CbVNFVXpiMWxCUm1FNFZUTnJRbEU1TVd3NGVHTjZRMjVGWW1KeFYxWm5kRTV2WVRKMlMwbzJiRXh5ZVRabVNGRmtRMnROVlZOck9YazJSMW9LUW5GUWRFVmFjMjlWY0hSTE1YazVURUpvWjNWQ2J6UjBTMFZZV0RsaVNWZFNRVFl2U2pFNVZsVldXR1ZTT1dFd05VZGtXbVJOV2pocUwwMURORVJ0TWdwUFVHMUdUVmRoUkd4UWRrNTRNVVZFTjNwNFpIYzFhMkl4SzNZNVdDczVVa1Z4WmtKWlVXaGliRlozV1VaUWIzZERTRVIxTVZOa1duQm9jWGR1ZGtWb0NscDVaazR2U1U0NU1VNXNiVlowVXk5V01UaFZLemhOTlhSelVqTjJSWEJ2YVhnd2IzaDZNa3Q1Vkc1MVkwRlJSaTl5YmpaV05ITjFVR3BwWkVjeE5Wb0tVelZwVVVsck5FbEhlVE01VUVJeldUSmFNRmxsWXk5Wk5VSlFaMEZIY0ZOalkxbElZV2RxZDBoUGVtdHBWRVJGT0RoT1MzRTRiMFl5Um1ka1JtaGtkZ3BOWkRrME9VTjFlVlZQYld4eVltb3lSa2d3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTVZtaFVXVE5WY25ZeVNuWlliV1pMZFhJd1pGTjBURlpoVVhNS01IbG9PVVJvWVdOc2NGWkdURWRLYkdOeE1tdDNkRmx2VlhNckwzVk5SSFJuUzA1WFNWVnNTVXBZY1doeU9EY3ZSR2RHY2pkUlUwTm9kVlJEY25CSVdnb3dTMlJOZGpZM05XRkVWa3BQYW1WUGMyeHJWMmNyYm1ncmNqTXdTamhtZWpWcGNFSjFlRXd6SzJScVJ6STJSbmt2ZDNWc2R6VjFZbEo2U1VFMldVeDZDa3g1TDJoM1dtZENhVE5pU3pOQlFtRk5hWEpzYVZJMVRXVnBjemxHVUVwRFZuVnlOek5yU1ZSclUxbFRWRXBPY1N0VUwxZHVjMVZVVFVsWFNUTkJTa3dLZVhwMVZ6UnVZbTFCT0dkNFRHWmFLMWRrVXpGaGMyTklPVmRzUmtaUk1Xd3diRXcyVFd4WVREUlZNV2hrWjNrd2VYaEZZbUpzZVVWT2FYSXpkbms1UlFwc1NGQXhSazFKYkhaVlNHRTFWRUV4SzBwbmFVbFNaRWRUYjJkUFZGWTFlSE5QUVhCclNUWXhVazFUWlZkR1YwUlpRMU41T1ZJM2ExbFFPRDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vZDRlZjg5ODUtNmEzYy00OWViLThmMmMtM2Y3ZDFiYWVlZjM5LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBleXBObll4WmRQZ3pJVnFBdlpOQUxDdmRDSFF0YzViRlZyUFlBTUJRbTV2d3AwSjA0UHJKMEY1Zg=="}' headers: Content-Length: - "2468" @@ -341,7 +373,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:38 GMT + - Mon, 16 Mar 2020 11:23:20 GMT Server: - scaleway_api Strict-Transport-Security: @@ -351,7 +383,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8476eabf-fbf5-4053-a348-1aed6851176d + - 5cda8eaa-6f34-4163-8409-723485cbd23d status: 200 OK code: 200 duration: "" @@ -361,19 +393,51 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: DELETE response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685457Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417029Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "994" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:23:20 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0b268075-db50-4ead-9739-a77b8462c0b3 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + method: GET + response: + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "995" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:38 GMT + - Mon, 16 Mar 2020 11:23:20 GMT Server: - scaleway_api Strict-Transport-Security: @@ -383,7 +447,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a83b7c41-1f16-40e4-a760-8ba18fe6e75d + - c00f590b-fd9d-407d-9d2a-71644a339570 status: 200 OK code: 200 duration: "" @@ -393,19 +457,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:38 GMT + - Mon, 16 Mar 2020 11:23:25 GMT Server: - scaleway_api Strict-Transport-Security: @@ -415,7 +479,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 54fe9165-1866-4b84-a3bc-67f5086666b0 + - 7ef3d3da-c4f4-4c2d-bc46-4ceb9e65daf1 status: 200 OK code: 200 duration: "" @@ -425,19 +489,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:43 GMT + - Mon, 16 Mar 2020 11:23:30 GMT Server: - scaleway_api Strict-Transport-Security: @@ -447,7 +511,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4280bf4b-9952-46bb-8ac1-bc56e02f78bf + - 9474983f-4f39-4e06-b02a-4b667dbbb26f status: 200 OK code: 200 duration: "" @@ -457,19 +521,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:48 GMT + - Mon, 16 Mar 2020 11:23:35 GMT Server: - scaleway_api Strict-Transport-Security: @@ -479,7 +543,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e9bbc8ce-f4c2-40de-9063-e1c35a034502 + - cd4aa10f-67ff-4176-9834-ceb20c996ac7 status: 200 OK code: 200 duration: "" @@ -489,19 +553,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:53 GMT + - Mon, 16 Mar 2020 11:23:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -511,7 +575,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff420778-486e-449e-91e6-56b18db20079 + - 1c3c01d6-d7fb-4c1b-872d-2e07119fd346 status: 200 OK code: 200 duration: "" @@ -521,19 +585,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:35:58 GMT + - Mon, 16 Mar 2020 11:23:45 GMT Server: - scaleway_api Strict-Transport-Security: @@ -543,7 +607,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f9c4e150-37d3-4f88-81fe-eb95b308be2d + - 060753ef-e985-495b-97b6-1632cbaed94a status: 200 OK code: 200 duration: "" @@ -553,19 +617,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:36:03 GMT + - Mon, 16 Mar 2020 11:23:50 GMT Server: - scaleway_api Strict-Transport-Security: @@ -575,7 +639,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b17c1dcb-627c-41af-825b-031c555594a3 + - 219621c0-c3fb-475f-a229-ac8dbf2c7611 status: 200 OK code: 200 duration: "" @@ -585,19 +649,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:36:08 GMT + - Mon, 16 Mar 2020 11:23:55 GMT Server: - scaleway_api Strict-Transport-Security: @@ -607,7 +671,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 33c34e13-9af6-4975-9636-238117e6fbbd + - a332d0ad-badf-43f4-962f-4027edb20456 status: 200 OK code: 200 duration: "" @@ -617,19 +681,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:36:13 GMT + - Mon, 16 Mar 2020 11:24:00 GMT Server: - scaleway_api Strict-Transport-Security: @@ -639,7 +703,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 98647bd2-1b8a-4681-a735-4cfb4f67709c + - b16f4e26-94cb-4cbc-9768-3f9443dce56d status: 200 OK code: 200 duration: "" @@ -649,19 +713,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:36:18 GMT + - Mon, 16 Mar 2020 11:24:05 GMT Server: - scaleway_api Strict-Transport-Security: @@ -671,7 +735,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa6ae1c9-cbca-4a58-a320-2517353bb8dc + - 8cbb1a1a-7591-4df3-a07e-4ef8cb2cad65 status: 200 OK code: 200 duration: "" @@ -681,19 +745,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:36:24 GMT + - Mon, 16 Mar 2020 11:24:11 GMT Server: - scaleway_api Strict-Transport-Security: @@ -703,7 +767,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4272af93-4481-4cf8-850b-71cff353ab74 + - 8e0c4ef0-1db3-41b6-bbe8-9ee20a8ec197 status: 200 OK code: 200 duration: "" @@ -713,19 +777,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:36:29 GMT + - Mon, 16 Mar 2020 11:24:16 GMT Server: - scaleway_api Strict-Transport-Security: @@ -735,7 +799,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 483ffcf5-1a7f-45d5-8075-83aa291c5be2 + - a92804ac-8db8-404b-aab8-c0d5da0ea577 status: 200 OK code: 200 duration: "" @@ -745,19 +809,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:36:34 GMT + - Mon, 16 Mar 2020 11:24:21 GMT Server: - scaleway_api Strict-Transport-Security: @@ -767,7 +831,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f745bb04-d0a9-4e1d-bc41-32c7577996d4 + - 49a40154-8a0e-49ba-932d-4449ee4e81d9 status: 200 OK code: 200 duration: "" @@ -777,19 +841,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:36:39 GMT + - Mon, 16 Mar 2020 11:24:26 GMT Server: - scaleway_api Strict-Transport-Security: @@ -799,7 +863,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1feb2e34-c0ec-45f7-b9f3-45283fdf0dc9 + - 37861aca-1eb8-4aae-abc5-f6e1469f89ed status: 200 OK code: 200 duration: "" @@ -809,19 +873,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:36:44 GMT + - Mon, 16 Mar 2020 11:24:31 GMT Server: - scaleway_api Strict-Transport-Security: @@ -831,7 +895,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5d90f4ce-a776-47c9-b7b4-045a558a908e + - b7bf7abd-54d9-4082-90d7-e76c0e88dd84 status: 200 OK code: 200 duration: "" @@ -841,19 +905,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:36:49 GMT + - Mon, 16 Mar 2020 11:24:36 GMT Server: - scaleway_api Strict-Transport-Security: @@ -863,7 +927,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a76a02ea-8914-4c69-80f3-258d44702f31 + - cc5dc6f8-5204-45dd-a587-294af55ad959 status: 200 OK code: 200 duration: "" @@ -873,19 +937,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:36:54 GMT + - Mon, 16 Mar 2020 11:24:41 GMT Server: - scaleway_api Strict-Transport-Security: @@ -895,7 +959,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f840e324-1b0f-434e-a6db-15c9b9fef65f + - 2b088aa7-355c-4ac6-8993-d2108a712893 status: 200 OK code: 200 duration: "" @@ -905,19 +969,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:36:59 GMT + - Mon, 16 Mar 2020 11:24:46 GMT Server: - scaleway_api Strict-Transport-Security: @@ -927,7 +991,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2bede6c3-6f33-4eb0-b872-7a89df4fff5e + - 23601c1f-782f-428e-b098-1157bc6ed928 status: 200 OK code: 200 duration: "" @@ -937,19 +1001,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:37:04 GMT + - Mon, 16 Mar 2020 11:24:51 GMT Server: - scaleway_api Strict-Transport-Security: @@ -959,7 +1023,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a06afd1-fc70-4ff7-9f44-05046d3666f7 + - 24adf497-56e8-489b-8b7b-12f70c60c8d1 status: 200 OK code: 200 duration: "" @@ -969,19 +1033,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:37:09 GMT + - Mon, 16 Mar 2020 11:24:56 GMT Server: - scaleway_api Strict-Transport-Security: @@ -991,7 +1055,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9f1c167d-4bb1-4eb7-9655-259b8d4dd410 + - f20bbf4e-63f8-4198-be79-67661abc1713 status: 200 OK code: 200 duration: "" @@ -1001,19 +1065,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:37:14 GMT + - Mon, 16 Mar 2020 11:25:01 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1023,7 +1087,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - df3fb8f9-9c31-42ba-a500-beb714aec700 + - ee2a0213-19ff-4e41-b256-e007b8db2e6e status: 200 OK code: 200 duration: "" @@ -1033,19 +1097,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:37:19 GMT + - Mon, 16 Mar 2020 11:25:06 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1055,7 +1119,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8c9956ec-ee91-4189-8ac9-f18a211d4693 + - 81bed55a-32fb-40fd-b4ce-eddc1d76e2da status: 200 OK code: 200 duration: "" @@ -1065,19 +1129,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:37:24 GMT + - Mon, 16 Mar 2020 11:25:11 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1087,7 +1151,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5c5db39f-c82c-42a3-8201-58706af4f0d2 + - 468181d3-5d2b-4d2f-96f9-b6b6dfad46a0 status: 200 OK code: 200 duration: "" @@ -1097,19 +1161,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:37:29 GMT + - Mon, 16 Mar 2020 11:25:16 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1119,7 +1183,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0eaa5a3f-857d-4e09-af34-9ede2fd8c7c8 + - 708bf40a-44c1-4c53-bf55-b70cb26e786f status: 200 OK code: 200 duration: "" @@ -1129,19 +1193,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:37:34 GMT + - Mon, 16 Mar 2020 11:25:21 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1151,7 +1215,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 41013f72-d401-4f72-81b1-afbf07ea6e63 + - f5502cea-4914-48f3-a68c-692d5f15ecfc status: 200 OK code: 200 duration: "" @@ -1161,19 +1225,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:37:39 GMT + - Mon, 16 Mar 2020 11:25:26 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1183,7 +1247,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e26d2311-ceb0-4716-a870-67ae1e69ce85 + - d29cd921-40c0-418b-aed9-34c47203c5fe status: 200 OK code: 200 duration: "" @@ -1193,19 +1257,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:37:44 GMT + - Mon, 16 Mar 2020 11:25:31 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1215,7 +1279,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88fffcc4-f0de-4168-be49-50c6b2389600 + - a05c2bee-4cc7-4fbc-a5c4-eb51deec1a23 status: 200 OK code: 200 duration: "" @@ -1225,19 +1289,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:37:49 GMT + - Mon, 16 Mar 2020 11:25:36 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1247,7 +1311,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b625f33d-71e3-45a1-b9f9-c0408143f9d2 + - b231406c-6e99-41a3-b521-e6b9f3c0ac89 status: 200 OK code: 200 duration: "" @@ -1257,19 +1321,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"region":"fr-par","id":"992a685d-9f0c-4286-a34e-fa60e21304bd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T21:35:02.224430Z","updated_at":"2020-03-09T21:35:38.549685Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://992a685d-9f0c-4286-a34e-fa60e21304bd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.992a685d-9f0c-4286-a34e-fa60e21304bd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:37:54 GMT + - Mon, 16 Mar 2020 11:25:41 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1279,7 +1343,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 94435446-579c-4386-8757-37a03fb4ed9c + - f1a67590-027e-4bc3-934a-f3e223e19d2e status: 200 OK code: 200 duration: "" @@ -1289,10 +1353,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/992a685d-9f0c-4286-a34e-fa60e21304bd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 method: GET response: - body: '{"message":"resource is not found","resource":"cluster","resource_id":"992a685d-9f0c-4286-a34e-fa60e21304bd","type":"not_found"}' + body: '{"message":"resource is not found","resource":"cluster","resource_id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","type":"not_found"}' headers: Content-Length: - "128" @@ -1301,7 +1365,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 09 Mar 2020 21:37:59 GMT + - Mon, 16 Mar 2020 11:25:46 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1311,7 +1375,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cda96f4f-82fe-40ac-8895-27b1b2beb787 + - 2d5f1704-0788-4bd9-90ed-8e462603b76d status: 404 Not Found code: 404 duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.stdout.golden index 539be3071c..f5e7b62bb8 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.stdout.golden +++ b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.stdout.golden @@ -1 +1 @@ -Kubeconfig for cluster 992a685d-9f0c-4286-a34e-fa60e21304bd successfully written at /tmp/cli-merge-test +Kubeconfig for cluster d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 successfully written at /tmp/cli-merge-test diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.cassette.yaml index cea427f823..9c7bc8b721 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.cassette.yaml +++ b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.cassette.yaml @@ -12,7 +12,7 @@ interactions: url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters method: POST response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965343638Z","updated_at":"2020-03-09T20:56:19.965343638Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988448Z","updated_at":"2020-03-16T11:20:42.258988448Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "989" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:56:20 GMT + - Mon, 16 Mar 2020 11:20:42 GMT Server: - scaleway_api Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f348d787-a519-4063-a2bd-8301f4cd97cb + - b5a9aeb3-0676-4044-8917-62204452c424 status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:20:42.258988Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:56:20 GMT + - Mon, 16 Mar 2020 11:20:42 GMT Server: - scaleway_api Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - faac7853-a3c4-4271-8cef-3878409f5fbe + - 3acc12bb-516f-40bf-add1-0d25855dbef0 status: 200 OK code: 200 duration: "" @@ -73,19 +73,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:20:42.258988Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:56:25 GMT + - Mon, 16 Mar 2020 11:20:47 GMT Server: - scaleway_api Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 85a1e38b-b09e-4cce-b6d3-540383dd980b + - 13171262-4d51-4254-b760-46750565ba62 status: 200 OK code: 200 duration: "" @@ -105,19 +105,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:20:42.258988Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:56:30 GMT + - Mon, 16 Mar 2020 11:20:52 GMT Server: - scaleway_api Strict-Transport-Security: @@ -127,7 +127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 676d3a44-95f9-47f8-9687-d7701d39321b + - 6a9c6b9f-ee62-4c5f-8c19-d014ccd8890d status: 200 OK code: 200 duration: "" @@ -137,19 +137,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:20:42.258988Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:56:35 GMT + - Mon, 16 Mar 2020 11:20:57 GMT Server: - scaleway_api Strict-Transport-Security: @@ -159,7 +159,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 865a92b1-2bfc-4fc3-93c9-734962872df8 + - 1885e193-a63b-4800-b807-deefd4059295 status: 200 OK code: 200 duration: "" @@ -169,19 +169,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:20:42.258988Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:56:40 GMT + - Mon, 16 Mar 2020 11:21:02 GMT Server: - scaleway_api Strict-Transport-Security: @@ -191,7 +191,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - edbc1242-89a9-4abb-b2e4-f1c149a122fd + - 11db6f6f-9473-467f-9dfd-a7030ae5bc67 status: 200 OK code: 200 duration: "" @@ -201,19 +201,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:20:42.258988Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:56:45 GMT + - Mon, 16 Mar 2020 11:21:07 GMT Server: - scaleway_api Strict-Transport-Security: @@ -223,7 +223,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9f217077-955d-4db2-a156-83dbe196f790 + - 4b7740df-e036-43c6-bb93-8e67a7a86e9b status: 200 OK code: 200 duration: "" @@ -233,19 +233,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.061189Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:56:50 GMT + - Mon, 16 Mar 2020 11:21:12 GMT Server: - scaleway_api Strict-Transport-Security: @@ -255,7 +255,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e682c3f3-402f-4897-9a07-75b7322b81e2 + - 02a6059c-a824-40be-86db-b7bac16b9469 status: 200 OK code: 200 duration: "" @@ -265,74 +265,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9/kubeconfig method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:19.965344Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "992" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 09 Mar 2020 20:56:55 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 68f9378b-b401-4bc6-9d03-d89eeff41013 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb - method: GET - response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:56:57.834151Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "989" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 09 Mar 2020 20:57:00 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 25d8ee38-d082-4b9c-88c5-cdc475d00eda - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb/kubeconfig - method: GET - response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBSRWwzVGxSWmVVMUdiMWhFVkUxM1RVUk5kMDlFU1hkT1ZGbDVUVVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlN6SXhDbTB5ZWtvMFprbFJaVlpsVTNaVmExY3JTamxxTUc5MmRESllNM1ZSVEZVMVZuTmlheTh4TUdGSWExZEZlbmx4UldSMWRVWkpSblJYVlVkU2FFdEdUR3NLWkcxV1FrRndjVmhZWldKWGJWRklWbVEwUnpWaWExSmpWVGhtYkZSelZXVk1RVE5xUkhVeFNrWklNR2RaV2pNMlpHNUhiWE5oWTJscFRYVkpNMlpFT1FwSVUyWm9VMGNyWVc5TlFtNWFTa1Z4VlZSTGFtUkdkQ3MyVVZCTmQwbzRkV05YYkRjeVZtcGFaa0pPTDBZMFdtc3lLMHN5UVhWYVFUZDJUa1pPVkhCU0NucFRjQ3QxTVhJdmVsRjRjelE0WlZrM1QxUk5PWGRUTlV3Mk9IVllXV1pMUkVJcmNXMW5aMGw1T1RNMlVERTJRblpNZVVoVlJFMWtibUpEYm1kQk9Hb0tiWEZ2WlRWbFZFOTJWa3h3Vnl0WE1rb3dNMVJ4WkZGcE1FdEtSRnBaYjFZME5tZFhNSEZ3Um5OQmFGTXJRbVEzUkhacmFpOTZlSGMyZFhveFRGQXJUQXBOZWtoUmVrWnRSRlZUYUdkRU5WWmpSM3BWUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGS2QwVlFiMjFMU2xOeGJVWXdVMVpzTjBkbFoxQkxSRUZZTmpBS2NrdHZjMjFNY1hscGMwcHVaVnB6TUZwQk4ya3lTbGhUYlVKdk1qaDFkM1JqVm5SeU4zTnBTMk5DV25NM04yNWxPVWRKWWpaeFZVaHNNMEZFYUdneWFncFpWV2RDTkcxRGNWVkRjMWxGTUhwcFRIRlRWMlZyZFVkNk5EZHdSRWhCT1hKSFNuVXJWV1IwUkRSR0wyVXphM1p1TVV3MGNFOHhZMk5sVTBOa1p6ZFdDakYzY0doa1VXeGtLMVZuTlZVMmREUnZZM2dyVjFVeGEwaFphR1EySzJWdlpIUnhUbVJXT1U5dk5pdHpWMEZXYWxvNGFYVjBkRTFIYXpCaVYzQXpiRTBLVmtKak5VTlVMemhIZFZKVmNHRnVSVTl4SzI0NFJUZFlSa1J1U0dFNGMwRmhiR2Q1ZEVST1oxaElhV3BqWm1nMU1IbFZaelphVFRWV1lTdENjbGxKVmdwNFNGWkRSR0ZDS3pKSE5YSTRNbEJ0ZVRaMVJVaHBObVF4Y0U5TmNXdHVkelJ5ZW00ek1VeFRTVEpSYjFSUlVFbDJRVmd6V0hSa2JpdGhUVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vMzE1MzM4NWEtYzkyYy00OWRiLTkzZGEtZTU1NmVkMWUxYmViLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBHS0Y3bk1ZdXhyblZrcjNubHlhM04xOTdnRWVNWHM4Mm5HSFlxT0xjOHZycEhWSUp0ZWlLU3k4NA=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwQk1FMXNiMWhFVkUxM1RVUk5lRTVVUlhoTmFrRXdUV3h2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRFVXhDbkZhUlhGaFlrcHljbmhxYVhGNlZFMWtXVE5JTTFOT1ZVcHpkSEkwWkhGSmRqQlliV2x3YVVKTlpUVkRUMmxXVVV0S0t6ZFNORXcxTTBGS1drRjRRblFLYWpBclJuSlRWelZLYzNCalYwbHNhVE14VTNCak5EQkZabEo1YVRac04zUlJNek4wU0VZeFlXSlBZbkY2VjI5dU9TczNPWGRsWmtWMlNuSmtWWE0yV1FwS2VETjBWM0o2T1d0dU1XdE1TVVZwTWk4emFGUmlVakUyZEhjMmFGTlJhRGN4WldSR1ZTOXdja1JRV21rclFrRTFZMU5OYUcxeFJIZDJlbkp4ZVRkUkNtWmlkVUZ0VUdsWVYyOTVlRlZpWlV0Tk9FZG5ZbUU0VTJadFlUUlVaSFJ1YkM5MlpVRkxVVmhoYkN0RVlYcGpiVkpEV0ZOUFlUQlFTUzlCZUhSa0wxY0tMMXBDUzNVd1dYQmthamxyTXk5UVZrdFVUbEpEYVVKUmRFc3dXWGxwZGpOblIxUndSM1JxWTBaa1kweGtVakpUU0RKemRIWmFOemsxUkhrd2ExTXpXQXBGSzNCcFltcFlkRVZqWVdSc09HNUVaR2RGUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTGVIaDRkSFZyZHl0NVVscG9SRXBoY1VWQmNWRlFSazU0WlZjS2RWYzRWWGxwY1hac1VGSmxVblpRZVdGWFN6Tm1WVlpSU1hONVZFNHJSQ3Q1V2l0dGFURmtRbXRTVmxSdVNVUkNVMVZTZEdOeFVXOVdVM1pMVmpGVlNBcHlNMVZzUkVka1lXOXJSME5wWm1SbFV6VmFhVzVWVlVkMVVsRlBOVzF2ZG5Zd2JrWjZTMmhoTkdOSmVtbzBiMGN4ZVhoYWMyYzBUR3R2ZVZsWWREWTFDbUl4Ym5sT05XaGxUM1I2ZG5sTU5qTk1SbFZoYkZOcmNFcFBWbVJvZEdZeE1VOHliR1pUYUZSTGJsWlFWa2RhYVhWVFVtVnRWV3RwZDNKVVNqUXZUekVLZW1ac2FuVkJVbFJsYVZWSmFHUnNWbUZUUlM5bmFrMVpZbWRqUTBKclMxVmFlbk40VFVWcmQxb3pjek5UUjFGa1VFTldhSGxKUTBoelEyeEJSaTlLYmdvMGNHTjBha2NyUTJsRFpURkVWMWxvTjBneU4xWmFTVVJJUVU5aVluRTRaek1yY0ZOM1FrRm9hV2cyY1VaaU0xcEVZa2N3Y3k5SWFESTNVVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vZjNjZDIwMmMtYTA0OC00ZDg2LWIwYjAtZTg4MGVlOTZkYmE5LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiA4S1pYb2dTNmk4Qzl5SHJ5MVg2aVpqMmdhU3dUWDN3ck1kZHlYbmExck5iamJKQVBicXZxcUlubg=="}' headers: Content-Length: - "2468" @@ -341,7 +277,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:57:01 GMT + - Mon, 16 Mar 2020 11:21:12 GMT Server: - scaleway_api Strict-Transport-Security: @@ -351,7 +287,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed75a89c-fe9a-45ee-b24f-df74f2a90318 + - ac951b07-87bf-4e03-a304-7a27116efe62 status: 200 OK code: 200 duration: "" @@ -361,10 +297,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBSRWwzVGxSWmVVMUdiMWhFVkUxM1RVUk5kMDlFU1hkT1ZGbDVUVVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlN6SXhDbTB5ZWtvMFprbFJaVlpsVTNaVmExY3JTamxxTUc5MmRESllNM1ZSVEZVMVZuTmlheTh4TUdGSWExZEZlbmx4UldSMWRVWkpSblJYVlVkU2FFdEdUR3NLWkcxV1FrRndjVmhZWldKWGJWRklWbVEwUnpWaWExSmpWVGhtYkZSelZXVk1RVE5xUkhVeFNrWklNR2RaV2pNMlpHNUhiWE5oWTJscFRYVkpNMlpFT1FwSVUyWm9VMGNyWVc5TlFtNWFTa1Z4VlZSTGFtUkdkQ3MyVVZCTmQwbzRkV05YYkRjeVZtcGFaa0pPTDBZMFdtc3lLMHN5UVhWYVFUZDJUa1pPVkhCU0NucFRjQ3QxTVhJdmVsRjRjelE0WlZrM1QxUk5PWGRUTlV3Mk9IVllXV1pMUkVJcmNXMW5aMGw1T1RNMlVERTJRblpNZVVoVlJFMWtibUpEYm1kQk9Hb0tiWEZ2WlRWbFZFOTJWa3h3Vnl0WE1rb3dNMVJ4WkZGcE1FdEtSRnBaYjFZME5tZFhNSEZ3Um5OQmFGTXJRbVEzUkhacmFpOTZlSGMyZFhveFRGQXJUQXBOZWtoUmVrWnRSRlZUYUdkRU5WWmpSM3BWUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGS2QwVlFiMjFMU2xOeGJVWXdVMVpzTjBkbFoxQkxSRUZZTmpBS2NrdHZjMjFNY1hscGMwcHVaVnB6TUZwQk4ya3lTbGhUYlVKdk1qaDFkM1JqVm5SeU4zTnBTMk5DV25NM04yNWxPVWRKWWpaeFZVaHNNMEZFYUdneWFncFpWV2RDTkcxRGNWVkRjMWxGTUhwcFRIRlRWMlZyZFVkNk5EZHdSRWhCT1hKSFNuVXJWV1IwUkRSR0wyVXphM1p1TVV3MGNFOHhZMk5sVTBOa1p6ZFdDakYzY0doa1VXeGtLMVZuTlZVMmREUnZZM2dyVjFVeGEwaFphR1EySzJWdlpIUnhUbVJXT1U5dk5pdHpWMEZXYWxvNGFYVjBkRTFIYXpCaVYzQXpiRTBLVmtKak5VTlVMemhIZFZKVmNHRnVSVTl4SzI0NFJUZFlSa1J1U0dFNGMwRmhiR2Q1ZEVST1oxaElhV3BqWm1nMU1IbFZaelphVFRWV1lTdENjbGxKVmdwNFNGWkRSR0ZDS3pKSE5YSTRNbEJ0ZVRaMVJVaHBObVF4Y0U5TmNXdHVkelJ5ZW00ek1VeFRTVEpSYjFSUlVFbDJRVmd6V0hSa2JpdGhUVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vMzE1MzM4NWEtYzkyYy00OWRiLTkzZGEtZTU1NmVkMWUxYmViLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBHS0Y3bk1ZdXhyblZrcjNubHlhM04xOTdnRWVNWHM4Mm5HSFlxT0xjOHZycEhWSUp0ZWlLU3k4NA=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwQk1FMXNiMWhFVkUxM1RVUk5lRTVVUlhoTmFrRXdUV3h2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRFVXhDbkZhUlhGaFlrcHljbmhxYVhGNlZFMWtXVE5JTTFOT1ZVcHpkSEkwWkhGSmRqQlliV2x3YVVKTlpUVkRUMmxXVVV0S0t6ZFNORXcxTTBGS1drRjRRblFLYWpBclJuSlRWelZLYzNCalYwbHNhVE14VTNCak5EQkZabEo1YVRac04zUlJNek4wU0VZeFlXSlBZbkY2VjI5dU9TczNPWGRsWmtWMlNuSmtWWE0yV1FwS2VETjBWM0o2T1d0dU1XdE1TVVZwTWk4emFGUmlVakUyZEhjMmFGTlJhRGN4WldSR1ZTOXdja1JRV21rclFrRTFZMU5OYUcxeFJIZDJlbkp4ZVRkUkNtWmlkVUZ0VUdsWVYyOTVlRlZpWlV0Tk9FZG5ZbUU0VTJadFlUUlVaSFJ1YkM5MlpVRkxVVmhoYkN0RVlYcGpiVkpEV0ZOUFlUQlFTUzlCZUhSa0wxY0tMMXBDUzNVd1dYQmthamxyTXk5UVZrdFVUbEpEYVVKUmRFc3dXWGxwZGpOblIxUndSM1JxWTBaa1kweGtVakpUU0RKemRIWmFOemsxUkhrd2ExTXpXQXBGSzNCcFltcFlkRVZqWVdSc09HNUVaR2RGUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTGVIaDRkSFZyZHl0NVVscG9SRXBoY1VWQmNWRlFSazU0WlZjS2RWYzRWWGxwY1hac1VGSmxVblpRZVdGWFN6Tm1WVlpSU1hONVZFNHJSQ3Q1V2l0dGFURmtRbXRTVmxSdVNVUkNVMVZTZEdOeFVXOVdVM1pMVmpGVlNBcHlNMVZzUkVka1lXOXJSME5wWm1SbFV6VmFhVzVWVlVkMVVsRlBOVzF2ZG5Zd2JrWjZTMmhoTkdOSmVtbzBiMGN4ZVhoYWMyYzBUR3R2ZVZsWWREWTFDbUl4Ym5sT05XaGxUM1I2ZG5sTU5qTk1SbFZoYkZOcmNFcFBWbVJvZEdZeE1VOHliR1pUYUZSTGJsWlFWa2RhYVhWVFVtVnRWV3RwZDNKVVNqUXZUekVLZW1ac2FuVkJVbFJsYVZWSmFHUnNWbUZUUlM5bmFrMVpZbWRqUTBKclMxVmFlbk40VFVWcmQxb3pjek5UUjFGa1VFTldhSGxKUTBoelEyeEJSaTlLYmdvMGNHTjBha2NyUTJsRFpURkVWMWxvTjBneU4xWmFTVVJJUVU5aVluRTRaek1yY0ZOM1FrRm9hV2cyY1VaaU0xcEVZa2N3Y3k5SWFESTNVVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vZjNjZDIwMmMtYTA0OC00ZDg2LWIwYjAtZTg4MGVlOTZkYmE5LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiA4S1pYb2dTNmk4Qzl5SHJ5MVg2aVpqMmdhU3dUWDN3ck1kZHlYbmExck5iamJKQVBicXZxcUlubg=="}' headers: Content-Length: - "2468" @@ -373,7 +309,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:57:01 GMT + - Mon, 16 Mar 2020 11:21:13 GMT Server: - scaleway_api Strict-Transport-Security: @@ -383,7 +319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d49a311d-a41d-4355-8f63-a407c0d4f5d0 + - e18d3408-288c-40e7-98e1-40b7ce01b718 status: 200 OK code: 200 duration: "" @@ -393,371 +329,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: DELETE response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166172612Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "995" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 09 Mar 2020 20:57:01 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6bec9568-a572-4d7b-a70e-cfac112bffcd - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb - method: GET - response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "992" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 09 Mar 2020 20:57:01 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 64223d8a-ce18-4664-a32f-c082eee27078 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb - method: GET - response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "992" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 09 Mar 2020 20:57:06 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 57b821d4-2178-40af-95db-4e0831593705 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb - method: GET - response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "992" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 09 Mar 2020 20:57:11 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b889f5e8-1a82-464f-8be7-835a81c2b4dc - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb - method: GET - response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "992" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 09 Mar 2020 20:57:16 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 3e4a6860-8bb2-4519-88a1-ddf04cf0108e - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb - method: GET - response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "992" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 09 Mar 2020 20:57:21 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6f8b276b-7ce7-4955-884e-b563665e0f67 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb - method: GET - response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "992" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 09 Mar 2020 20:57:26 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 0b44cf8a-599f-4fc6-8c2f-1980073c1d15 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb - method: GET - response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "992" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 09 Mar 2020 20:57:31 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b42a5221-87cb-4e81-bd0c-7ef4316e73ce - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb - method: GET - response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "992" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 09 Mar 2020 20:57:36 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - f0eb6278-76c7-4850-8076-bab55deb5002 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb - method: GET - response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "992" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 09 Mar 2020 20:57:41 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - c3d6f5ab-d4ce-4e9e-95cc-bf06d0c90b1e - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb - method: GET - response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "992" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 09 Mar 2020 20:57:46 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - dd2a94b4-370e-477f-91f3-f51a32e2bec3 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb - method: GET - response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558430899Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "994" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:57:51 GMT + - Mon, 16 Mar 2020 11:21:13 GMT Server: - scaleway_api Strict-Transport-Security: @@ -767,7 +351,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a619c733-3e47-4da4-bb36-bd6c1d0d67e9 + - 5df932a1-ee6f-4fa1-b7d0-a89d5e4e9c13 status: 200 OK code: 200 duration: "" @@ -777,19 +361,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:57:56 GMT + - Mon, 16 Mar 2020 11:21:13 GMT Server: - scaleway_api Strict-Transport-Security: @@ -799,7 +383,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a83e605d-d10b-4046-a71a-a65609cbec76 + - 8007a686-7eb3-40bf-b521-23ee7f7bcc4c status: 200 OK code: 200 duration: "" @@ -809,19 +393,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:58:01 GMT + - Mon, 16 Mar 2020 11:21:18 GMT Server: - scaleway_api Strict-Transport-Security: @@ -831,7 +415,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0c3468f8-d752-4e98-9675-0087a6e55780 + - 3bbc907f-3774-41de-bde9-a68a121b6e1c status: 200 OK code: 200 duration: "" @@ -841,19 +425,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:58:06 GMT + - Mon, 16 Mar 2020 11:21:23 GMT Server: - scaleway_api Strict-Transport-Security: @@ -863,7 +447,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cf15e5c5-cc22-4feb-a4a8-18d906133459 + - bf106458-4ab0-43d2-93ef-4382e91f285f status: 200 OK code: 200 duration: "" @@ -873,19 +457,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:58:11 GMT + - Mon, 16 Mar 2020 11:21:28 GMT Server: - scaleway_api Strict-Transport-Security: @@ -895,7 +479,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 840665b7-3274-4902-aad6-9fefc7dcf310 + - 2c1fecef-8e1f-412c-95c5-bf4af29e63c9 status: 200 OK code: 200 duration: "" @@ -905,19 +489,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:58:16 GMT + - Mon, 16 Mar 2020 11:21:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -927,7 +511,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a850eef-d52b-48b4-96e5-9f700b3c3369 + - 3d3e8e90-dcef-4c3d-8741-6c7fb7bf34eb status: 200 OK code: 200 duration: "" @@ -937,19 +521,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:58:21 GMT + - Mon, 16 Mar 2020 11:21:38 GMT Server: - scaleway_api Strict-Transport-Security: @@ -959,7 +543,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 94eef902-cd28-4871-ae8f-69e8a4bc1c45 + - 899ad810-852b-4684-9ef5-45b5b344cab3 status: 200 OK code: 200 duration: "" @@ -969,19 +553,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:58:26 GMT + - Mon, 16 Mar 2020 11:21:43 GMT Server: - scaleway_api Strict-Transport-Security: @@ -991,7 +575,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d0fd7652-cbfc-48aa-95ca-0afad8198210 + - a1e91e7c-7141-42a5-a6ae-0d519d5137df status: 200 OK code: 200 duration: "" @@ -1001,19 +585,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:58:31 GMT + - Mon, 16 Mar 2020 11:21:48 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1023,7 +607,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49328da7-4ec5-4d01-82bc-63fcd3b63f77 + - fff534c5-e8ab-4ef0-928c-0380ed698290 status: 200 OK code: 200 duration: "" @@ -1033,19 +617,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:58:36 GMT + - Mon, 16 Mar 2020 11:21:53 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1055,7 +639,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bf18461b-be3e-471e-b2c0-b7a842ed5436 + - 99b45133-3e93-4993-8993-5abec5046619 status: 200 OK code: 200 duration: "" @@ -1065,19 +649,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:58:41 GMT + - Mon, 16 Mar 2020 11:21:58 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1087,7 +671,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9138855a-acd3-4231-a9bd-49c8c98e66a4 + - b04b8057-9b99-4e4c-82df-422c4b830c70 status: 200 OK code: 200 duration: "" @@ -1097,19 +681,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:58:46 GMT + - Mon, 16 Mar 2020 11:22:03 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1119,7 +703,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5d0b318a-3ead-44a5-85ef-b4addf46f201 + - 510b3467-fea3-4a59-aeb3-8ed54f6e706e status: 200 OK code: 200 duration: "" @@ -1129,19 +713,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:58:51 GMT + - Mon, 16 Mar 2020 11:22:08 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1151,7 +735,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4fbf63d3-a9c3-4d77-8204-3111db4a3488 + - 5b23e04f-a39e-46a3-9860-07eb2b741da2 status: 200 OK code: 200 duration: "" @@ -1161,19 +745,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:58:57 GMT + - Mon, 16 Mar 2020 11:22:14 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1183,7 +767,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b239ac6-fa9e-46a2-a1d5-d71486df81bd + - 1b3d0857-d9dc-4ac6-b53c-a952cc850e0a status: 200 OK code: 200 duration: "" @@ -1193,19 +777,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:59:02 GMT + - Mon, 16 Mar 2020 11:22:19 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1215,7 +799,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 34c979f8-1181-426b-9ae5-e3c8104b03ab + - f5c01e78-ee9d-4a04-b21d-2ecad56778b9 status: 200 OK code: 200 duration: "" @@ -1225,19 +809,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:59:07 GMT + - Mon, 16 Mar 2020 11:22:24 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1247,7 +831,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de9e85d7-c014-46ad-81f3-4374309050a0 + - a6467055-9f58-438a-adf1-c697dad9fb00 status: 200 OK code: 200 duration: "" @@ -1257,19 +841,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:59:12 GMT + - Mon, 16 Mar 2020 11:22:29 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1279,7 +863,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5580982b-4a33-4171-8f35-5ac23e5d1533 + - 6e34d9fe-c65f-4bfb-b32b-d80d1b65fcc0 status: 200 OK code: 200 duration: "" @@ -1289,19 +873,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"region":"fr-par","id":"3153385a-c92c-49db-93da-e556ed1e1beb","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-09T20:56:19.965344Z","updated_at":"2020-03-09T20:57:01.166173Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://3153385a-c92c-49db-93da-e556ed1e1beb.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.3153385a-c92c-49db-93da-e556ed1e1beb.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:59:17 GMT + - Mon, 16 Mar 2020 11:22:34 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1311,7 +895,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5b8cc0f9-941b-49a0-927e-e493e995bbd3 + - de5ccf42-3d75-4bd2-8650-2ac8fe83b6c1 status: 200 OK code: 200 duration: "" @@ -1321,10 +905,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/3153385a-c92c-49db-93da-e556ed1e1beb + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 method: GET response: - body: '{"message":"resource is not found","resource":"cluster","resource_id":"3153385a-c92c-49db-93da-e556ed1e1beb","type":"not_found"}' + body: '{"message":"resource is not found","resource":"cluster","resource_id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","type":"not_found"}' headers: Content-Length: - "128" @@ -1333,7 +917,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 09 Mar 2020 20:59:22 GMT + - Mon, 16 Mar 2020 11:22:39 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1343,7 +927,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c6570cad-1014-4de8-88d8-63ae7459063a + - 0208e193-4465-4cbb-92e4-3ae334ceaff7 status: 404 Not Found code: 404 duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.stdout.golden index cb468aac9d..15638e0652 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.stdout.golden +++ b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.stdout.golden @@ -1 +1 @@ -Kubeconfig for cluster 3153385a-c92c-49db-93da-e556ed1e1beb successfully written at /tmp/cli-test +Kubeconfig for cluster f3cd202c-a048-4d86-b0b0-e880ee96dba9 successfully written at /tmp/cli-test diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.cassette.yaml index def997732a..72c9045fcb 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.cassette.yaml +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.cassette.yaml @@ -12,7 +12,7 @@ interactions: url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters method: POST response: - body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235009Z","updated_at":"2020-03-10T07:43:37.863235009Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110758930Z","updated_at":"2020-03-16T11:29:38.110758930Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "989" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:38 GMT + - Mon, 16 Mar 2020 11:29:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3134779d-7df0-4fb2-ae5f-4cbacfd9d03a + - fa5444b1-9614-4ceb-b7d9-8c561b52e3e8 status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee method: GET response: - body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:38 GMT + - Mon, 16 Mar 2020 11:29:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 19a9995b-f135-4527-8055-c362c381f706 + - 04308265-e89c-4692-87fc-577ffd08eec3 status: 200 OK code: 200 duration: "" @@ -73,19 +73,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee method: GET response: - body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:43 GMT + - Mon, 16 Mar 2020 11:29:45 GMT Server: - scaleway_api Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 82551c09-ee7e-4584-8d35-9f8df7f9b3e2 + - 844539cc-dc0c-465f-82f9-8e61fc28ce2c status: 200 OK code: 200 duration: "" @@ -105,19 +105,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee method: GET response: - body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:48 GMT + - Mon, 16 Mar 2020 11:29:50 GMT Server: - scaleway_api Strict-Transport-Security: @@ -127,7 +127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 76514fcc-6d9a-4bc1-857c-f6e856c72ad6 + - 7c7f5eaf-e012-49e8-a06c-1d2798c0dad0 status: 200 OK code: 200 duration: "" @@ -137,19 +137,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee method: GET response: - body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:53 GMT + - Mon, 16 Mar 2020 11:29:55 GMT Server: - scaleway_api Strict-Transport-Security: @@ -159,7 +159,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ea33fa2-c999-4bce-bfbe-a87d2ee2f1bc + - 17cff28b-69fa-4674-af3e-6087bc578cbd status: 200 OK code: 200 duration: "" @@ -169,19 +169,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee method: GET response: - body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:58 GMT + - Mon, 16 Mar 2020 11:30:00 GMT Server: - scaleway_api Strict-Transport-Security: @@ -191,7 +191,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c9b3e60d-23f6-4609-9d79-5c22da464484 + - d3512c16-3ec1-4d08-9b67-cd7feeb1ed64 status: 200 OK code: 200 duration: "" @@ -201,19 +201,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee method: GET response: - body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:03 GMT + - Mon, 16 Mar 2020 11:30:05 GMT Server: - scaleway_api Strict-Transport-Security: @@ -223,7 +223,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 31dd67aa-6a09-4208-b8c9-0923ed103c19 + - 166bb1f7-2d86-47bc-a29b-04ba3c8d4b84 status: 200 OK code: 200 duration: "" @@ -233,19 +233,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee method: GET response: - body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:43:37.863235Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:08 GMT + - Mon, 16 Mar 2020 11:30:10 GMT Server: - scaleway_api Strict-Transport-Security: @@ -255,7 +255,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c970dc5-5bd5-4e0e-ac62-3d414c7858ed + - 0de3016c-593c-4b2b-9970-af64435b8cd0 status: 200 OK code: 200 duration: "" @@ -265,19 +265,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee method: GET response: - body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:44:13.472893Z","name":"cli-test","description":"","current_node_count":0,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:12.567019Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "980" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:13 GMT + - Mon, 16 Mar 2020 11:30:15 GMT Server: - scaleway_api Strict-Transport-Security: @@ -287,7 +287,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9815b037-fb4d-48a3-b690-8d2094a5ac33 + - c8c69d6c-9c6c-4286-bccf-848435cd3390 status: 200 OK code: 200 duration: "" @@ -297,10 +297,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBWRUV6VGtSTmVrOVdiMWhFVkUxM1RVUk5kMDlVUVROT1JFMTZUMVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRFRm1Damx4Wm5kT2VXRlZjMHgxY0VVd1ZsRklTa2gwS3poMGRIaG1TV2htVkV3eWVXSkZTV2d2Wmt4SmEwWkdOWFkzYzA1emIxZE1lU3RvTjFJNFoyZGtjM2NLVDBSa1pXcGtRVlJ6WnpWdFVuVkJlVmxJZW5NeWRqZDBNR2R1UW1zMlUyVmpiRGhHU2taUmNUTldjV05EVkRrd1RGcDFaa2RMYUZkblZEUmxaR1U1TVFwNFNXWkdSVm9yYVU1SlozRnFWVGhrT1VWbmFIQnNORlZFYjFCUmR6QTFZbGRJYW05NU9HaHhkV05YUWpoMlJXaDFjRU50UWpKemJXOXpUMmh4V0hwckNtSk9kWEp6VFdGa2FrVnRWbTlhT1ZkeFZVRm9lVFkwUVRCVEszQnFlakJhTm1SMGFHNUlXVk5yUW5oa05TOXJObkZqWlhscFQyUkVSRE56WlhKVldXb0tXVVJ6VjBaVVNHdEpWblExY1VKNlJGSnZLMk5LVGtReldWVk1TR0Y0YWpWVVFtcEpXWE5YYm1aVVRVdElRV2xGT1daeFdYRlRhM1ZIVFRsbGJIaHZNZ292YkM4NVRsbGxhUzlWUlVwQ2RFNXFWM056UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGQmFIWnNZMHR2VG5NNFZGcGtRMVI1Y0hnd1ZDOW9kbkpXZVVRS1UyMU1RVXBqWTBJMVowRmtNbmwwTlhjMU1FRk5kWFJOTDNOamJGRm1OVEpFY1cxWlZsQkROM2hST1U1T1JVTjBjVzkwUjFOV2NXTnRhRmhrYVhOV2VRcGlObkpNY1daTE5uSlpSbEV2UkhJNEwyZFdUeXMyTVhjclZuUTBXVkEyVGpkT2EwOURibXB2UmtKclRIVmFXVzlJZGtzcmRtZ3JMMW9yU1doVU0zTlRDbVZYUW5wMFZVOTZhV3hIYTJjeVdIVkJjazluV0dKelRVTTFSV3RCU21GNldHSnlOVFJMU3pKc1pYZzBMMlpNVldWeGJIQnNkVGxUZW1sTGFYWkhjRUVLWkcxVE1GaEZjVEI1Wmt0aGNUVXZWQzlNZVV0TFl6Vk1WRloyYlRSd1lVZFNkV3N6VUhreWFXeEVNREZVYzJWME1sUmlWREpNYVVseGJEQk5VVVp4ZWdwbVNGbzJNM2NyZUVSNFptTlBNR2dyUTJsRVlsazRNVXBqUkVSMWNWZ3JOblZvYTNKSGJUaFZSVmw0ZG5ReFJGWm1aVWhTUXpFMlJVdzRORDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vODk5ZTE2ZjQtZjhkNC00NDczLThkZjctOWI0NjhmNmM0OWFlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBKTUNEdXBQeEVUQ3hKNzJINFUxQWlINVNrWUY1cFEwRjhTd1Y5RmdNY3ZDSGdET1RZS3FXMUNVcQ=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwck1FMVdiMWhFVkUxM1RVUk5lRTVVUlhoTmFtc3dUVlp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRGQTBDak56VlRoNlJFSXdWbmhrZFROT2RFeFVNa0UxVTBscVlTOURWV280Um1ablIzUjRha1UwZW14bFF6aFVjMWRQY1hCb1QyZG1RelkyWjJ4eGJGZEtkbllLV0VFeGNVVTVPVEZ3U1V4T2VWUktZV3BHYTNaMWMyUnVUM0JJUzNGNllsTmxiMnBxV2tkb1JFUmFObk5TWlVVcmVsUXphbGxTYTNOeVIwcE1ObTltYlFwc2ExQkxiSHBaYmpjeldtOXVieXNyVVV4UlVGWlJkekJMV1RnMGRHdzVWakJQTW1SWlVVeEtUWGQxTUVadlJsQmxUMGxsZGpnNVVqaFNSVzVtTW1WMENrUjJjRnB1YW1sRlpXeHdSME01YTJwaU5XdHdhbVpsWVV0RWVXdGpaVTFQTHpoT2JYYzNhMmx2WmpSRWVETktPR1V3UmxkRVIxbHhRbXh1Y2sxRk5HUUtSRWxQVkdGcmNEVkdaR1YyVUdFdlduRlBRa1IxWlhSaVozZHhiVmR5VlVodlUxSTNZbWwwU1hKNk16VXJZVXBUYkVaVVZXeFZPV1k1Y1hGb016UlVjZ296Y0Rkc2RXVm5ibVE0YjJaWlNHeGpLekF3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTVMyaGpkekZqWnpGMVRtTm9RV3RRUlVkTVIzaGlPVkJQWW1nS1ZVVllWbmhoYjIxaFdpOHhWV0ZOY0dwUk4wOTZUSFJ6WVhRclYwaHBTbk15ZGxBeUsxcHdaSEpOYkROQk5VVXpUWEJtY1dWMWJVaGtkRTVOYmxac1lncE9ZbXR0VWpCTGQwOUVhV2hPWkdkcFFXOXVXVEJtUTNWemFUSTFNRWczVEZoTWMzUlNaVEZGVEZSQllubEVjMnBsZGtsUFVuWmlXVXBRTkM5SmJsQkpDbEl6VmtoUFdFZzBXRkVyY0U4d1J6bE9Za293ZWtoWlNtbFNTMnhyU1VsTmExTjNNRmR2YW1WckwyNTBjVWRQTjFaTWRESTFkVk1yWldsU2NVWm9SVWtLWmtFNVdubzBTM0JhYlhOek1VZFJLM2xPVlZWVVRVbFBhelZZY2pGV2JXbHJRbTFRVTFwamF5OVVWV0pDY1VWQ2MwUkZZbWR5UWpKU1lWZFRNemRqVkFwVVEzUkdVMlZCUzJ0eUwwdHlPRU0wZWxJd2RUWkhUbEZpTVhkaVNEZzNka2xNUmtoRVdrNVNObloyTjFJMWNISlJPRk52YW5GdmVuQkRaejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDI4OWI3YTEtYzc5Yi00YzNlLTlhMWMtMzZjYzBiYjBlNmVlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiA2eEZZaUFuTk1hZ2JKVGREejVrVWxheVljMXVWc1E4Q21FNjZtQ0dYZ2oxNk5pckdhWXg1TFpjNA=="}' headers: Content-Length: - "2468" @@ -309,7 +309,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:13 GMT + - Mon, 16 Mar 2020 11:30:15 GMT Server: - scaleway_api Strict-Transport-Security: @@ -319,7 +319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bedcb94e-9022-4206-aa11-a6a576d37137 + - eecccda4-952e-447d-a128-d90f108abe6f status: 200 OK code: 200 duration: "" @@ -329,10 +329,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBWRUV6VGtSTmVrOVdiMWhFVkUxM1RVUk5kMDlVUVROT1JFMTZUMVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRFRm1Damx4Wm5kT2VXRlZjMHgxY0VVd1ZsRklTa2gwS3poMGRIaG1TV2htVkV3eWVXSkZTV2d2Wmt4SmEwWkdOWFkzYzA1emIxZE1lU3RvTjFJNFoyZGtjM2NLVDBSa1pXcGtRVlJ6WnpWdFVuVkJlVmxJZW5NeWRqZDBNR2R1UW1zMlUyVmpiRGhHU2taUmNUTldjV05EVkRrd1RGcDFaa2RMYUZkblZEUmxaR1U1TVFwNFNXWkdSVm9yYVU1SlozRnFWVGhrT1VWbmFIQnNORlZFYjFCUmR6QTFZbGRJYW05NU9HaHhkV05YUWpoMlJXaDFjRU50UWpKemJXOXpUMmh4V0hwckNtSk9kWEp6VFdGa2FrVnRWbTlhT1ZkeFZVRm9lVFkwUVRCVEszQnFlakJhTm1SMGFHNUlXVk5yUW5oa05TOXJObkZqWlhscFQyUkVSRE56WlhKVldXb0tXVVJ6VjBaVVNHdEpWblExY1VKNlJGSnZLMk5LVGtReldWVk1TR0Y0YWpWVVFtcEpXWE5YYm1aVVRVdElRV2xGT1daeFdYRlRhM1ZIVFRsbGJIaHZNZ292YkM4NVRsbGxhUzlWUlVwQ2RFNXFWM056UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGQmFIWnNZMHR2VG5NNFZGcGtRMVI1Y0hnd1ZDOW9kbkpXZVVRS1UyMU1RVXBqWTBJMVowRmtNbmwwTlhjMU1FRk5kWFJOTDNOamJGRm1OVEpFY1cxWlZsQkROM2hST1U1T1JVTjBjVzkwUjFOV2NXTnRhRmhrYVhOV2VRcGlObkpNY1daTE5uSlpSbEV2UkhJNEwyZFdUeXMyTVhjclZuUTBXVkEyVGpkT2EwOURibXB2UmtKclRIVmFXVzlJZGtzcmRtZ3JMMW9yU1doVU0zTlRDbVZYUW5wMFZVOTZhV3hIYTJjeVdIVkJjazluV0dKelRVTTFSV3RCU21GNldHSnlOVFJMU3pKc1pYZzBMMlpNVldWeGJIQnNkVGxUZW1sTGFYWkhjRUVLWkcxVE1GaEZjVEI1Wmt0aGNUVXZWQzlNZVV0TFl6Vk1WRloyYlRSd1lVZFNkV3N6VUhreWFXeEVNREZVYzJWME1sUmlWREpNYVVseGJEQk5VVVp4ZWdwbVNGbzJNM2NyZUVSNFptTlBNR2dyUTJsRVlsazRNVXBqUkVSMWNWZ3JOblZvYTNKSGJUaFZSVmw0ZG5ReFJGWm1aVWhTUXpFMlJVdzRORDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vODk5ZTE2ZjQtZjhkNC00NDczLThkZjctOWI0NjhmNmM0OWFlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBKTUNEdXBQeEVUQ3hKNzJINFUxQWlINVNrWUY1cFEwRjhTd1Y5RmdNY3ZDSGdET1RZS3FXMUNVcQ=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwck1FMVdiMWhFVkUxM1RVUk5lRTVVUlhoTmFtc3dUVlp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRGQTBDak56VlRoNlJFSXdWbmhrZFROT2RFeFVNa0UxVTBscVlTOURWV280Um1ablIzUjRha1UwZW14bFF6aFVjMWRQY1hCb1QyZG1RelkyWjJ4eGJGZEtkbllLV0VFeGNVVTVPVEZ3U1V4T2VWUktZV3BHYTNaMWMyUnVUM0JJUzNGNllsTmxiMnBxV2tkb1JFUmFObk5TWlVVcmVsUXphbGxTYTNOeVIwcE1ObTltYlFwc2ExQkxiSHBaYmpjeldtOXVieXNyVVV4UlVGWlJkekJMV1RnMGRHdzVWakJQTW1SWlVVeEtUWGQxTUVadlJsQmxUMGxsZGpnNVVqaFNSVzVtTW1WMENrUjJjRnB1YW1sRlpXeHdSME01YTJwaU5XdHdhbVpsWVV0RWVXdGpaVTFQTHpoT2JYYzNhMmx2WmpSRWVETktPR1V3UmxkRVIxbHhRbXh1Y2sxRk5HUUtSRWxQVkdGcmNEVkdaR1YyVUdFdlduRlBRa1IxWlhSaVozZHhiVmR5VlVodlUxSTNZbWwwU1hKNk16VXJZVXBUYkVaVVZXeFZPV1k1Y1hGb016UlVjZ296Y0Rkc2RXVm5ibVE0YjJaWlNHeGpLekF3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTVMyaGpkekZqWnpGMVRtTm9RV3RRUlVkTVIzaGlPVkJQWW1nS1ZVVllWbmhoYjIxaFdpOHhWV0ZOY0dwUk4wOTZUSFJ6WVhRclYwaHBTbk15ZGxBeUsxcHdaSEpOYkROQk5VVXpUWEJtY1dWMWJVaGtkRTVOYmxac1lncE9ZbXR0VWpCTGQwOUVhV2hPWkdkcFFXOXVXVEJtUTNWemFUSTFNRWczVEZoTWMzUlNaVEZGVEZSQllubEVjMnBsZGtsUFVuWmlXVXBRTkM5SmJsQkpDbEl6VmtoUFdFZzBXRkVyY0U4d1J6bE9Za293ZWtoWlNtbFNTMnhyU1VsTmExTjNNRmR2YW1WckwyNTBjVWRQTjFaTWRESTFkVk1yWldsU2NVWm9SVWtLWmtFNVdubzBTM0JhYlhOek1VZFJLM2xPVlZWVVRVbFBhelZZY2pGV2JXbHJRbTFRVTFwamF5OVVWV0pDY1VWQ2MwUkZZbWR5UWpKU1lWZFRNemRqVkFwVVEzUkdVMlZCUzJ0eUwwdHlPRU0wZWxJd2RUWkhUbEZpTVhkaVNEZzNka2xNUmtoRVdrNVNObloyTjFJMWNISlJPRk52YW5GdmVuQkRaejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDI4OWI3YTEtYzc5Yi00YzNlLTlhMWMtMzZjYzBiYjBlNmVlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiA2eEZZaUFuTk1hZ2JKVGREejVrVWxheVljMXVWc1E4Q21FNjZtQ0dYZ2oxNk5pckdhWXg1TFpjNA=="}' headers: Content-Length: - "2468" @@ -341,7 +341,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:13 GMT + - Mon, 16 Mar 2020 11:30:15 GMT Server: - scaleway_api Strict-Transport-Security: @@ -351,7 +351,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 668beda2-c4db-4e44-9260-a7aaa0a49ef4 + - db8302e5-2e61-4d8e-aa00-ccc4ce4b942f status: 200 OK code: 200 duration: "" @@ -361,19 +361,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee method: DELETE response: - body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:44:13.987924193Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "986" + - "994" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:13 GMT + - Mon, 16 Mar 2020 11:30:16 GMT Server: - scaleway_api Strict-Transport-Security: @@ -383,7 +383,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0b165d11-ebd8-4097-bb5b-4efd65741aaf + - f4f257bf-0583-4062-99c4-ce74d5f4045f status: 200 OK code: 200 duration: "" @@ -393,19 +393,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee method: GET response: - body: '{"region":"fr-par","id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.863235Z","updated_at":"2020-03-10T07:44:13.987924Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://899e16f4-f8d4-4473-8df7-9b468f6c49ae.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.899e16f4-f8d4-4473-8df7-9b468f6c49ae.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:13 GMT + - Mon, 16 Mar 2020 11:30:16 GMT Server: - scaleway_api Strict-Transport-Security: @@ -415,7 +415,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 739faf07-f1c8-4c5a-8ee6-2580c8db5089 + - cf31e148-3080-4e32-954f-258154422f1c status: 200 OK code: 200 duration: "" @@ -425,10 +425,874 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/899e16f4-f8d4-4473-8df7-9b468f6c49ae + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee method: GET response: - body: '{"message":"resource is not found","resource":"cluster","resource_id":"899e16f4-f8d4-4473-8df7-9b468f6c49ae","type":"not_found"}' + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:21 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c86de678-922b-4765-8ba9-2da5df9f3157 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:26 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8a15262b-8b8a-44fd-ac1d-bcf1934a397b + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:31 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2cbfabb2-740b-4826-938b-38b6084002b8 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:36 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8c7bcbf9-5f49-41a9-87ac-3ef54b7058b5 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:41 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 68ce8340-78a1-4bf8-9a96-8d24ce10f350 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:46 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 38b514ff-25ae-4af8-9e4b-4c0d82d4dce2 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:51 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 50b1fb6a-b5e5-438a-b128-31a6aca8976a + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:56 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 863098c2-fb77-4783-8153-1522a091a437 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:01 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f7640c6f-ae5a-48e5-aaf7-d4efe498bba9 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:06 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5ca83d4e-f882-4528-a9b0-206413644823 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:11 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 70f211fb-d77e-4895-97ce-5e6af72fca55 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:16 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9484ed9c-0580-4e66-9af6-19ab29bc1fcb + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:21 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 724a8627-d53f-4a11-93d6-a79565b66a3b + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:26 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 75dae737-bb0a-4e72-89ff-7e0ec65a7e39 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:31 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8066efeb-4c09-417c-8da9-06086b1cfaca + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:36 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 204010f6-df2f-40ae-b02b-2047b93d509b + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:41 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e8c390e2-49af-4fb1-b2c1-824b7fc8664c + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:46 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e02a9960-6df7-4160-ba8e-fb81b375301c + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:51 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 04a8c2f7-7ab6-48b4-af82-1f9f531832e1 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:56 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3cd4de52-f288-4a41-905f-8834594ef547 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:32:01 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6131454c-a9c1-4a94-9ec4-a7b83d119ef0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:32:07 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8a130bad-f400-4631-aae2-3cd8248f75e8 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:32:12 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 82e6cbcb-17be-4ffc-88d8-f1bf76e4ad10 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:32:17 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a40e0a9a-6ddd-41cf-874c-a4e31e31a1dc + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:32:22 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ced5fc68-d9ab-431f-86c2-8e93c5db162c + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:32:27 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a2e54def-0237-4034-a555-6e31b202f7c3 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:32:32 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 0572f41d-2ad9-4c29-83bf-0b9ff6383b7a + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + method: GET + response: + body: '{"message":"resource is not found","resource":"cluster","resource_id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","type":"not_found"}' headers: Content-Length: - "128" @@ -437,7 +1301,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:18 GMT + - Mon, 16 Mar 2020 11:32:37 GMT Server: - scaleway_api Strict-Transport-Security: @@ -447,7 +1311,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2ecbdb9f-fbdf-4dfe-80da-4701525740f8 + - 4e725982-13be-4e29-a348-3843a1371c68 status: 404 Not Found code: 404 duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden index 5dcd1c9f11..91b03d3998 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden @@ -1 +1 @@ -Cluster 899e16f4-f8d4-4473-8df7-9b468f6c49ae successfully deleted from /tmp/cli-uninstall-merge-test +Cluster 4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee successfully deleted from /tmp/cli-uninstall-merge-test diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.cassette.yaml index 92060781fc..a121a4bbbc 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.cassette.yaml +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.cassette.yaml @@ -12,7 +12,7 @@ interactions: url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters method: POST response: - body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910229Z","updated_at":"2020-03-10T07:43:37.865910229Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622166Z","updated_at":"2020-03-16T11:29:38.110622166Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "989" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:38 GMT + - Mon, 16 Mar 2020 11:29:38 GMT Server: - scaleway_api Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 730b3209-a4fe-4c0c-a074-c6719f1ec048 + - c5122532-672e-48f7-95a8-4944e9906026 status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e method: GET response: - body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:38 GMT + - Mon, 16 Mar 2020 11:29:38 GMT Server: - scaleway_api Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1be83fb2-790a-4d56-b1e1-b3e6378a8979 + - a3ff6f00-efe8-43d2-9358-9a6fe911c7fb status: 200 OK code: 200 duration: "" @@ -73,19 +73,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e method: GET response: - body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:43 GMT + - Mon, 16 Mar 2020 11:29:43 GMT Server: - scaleway_api Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 72ac5581-3086-486d-aab4-288e7db315c3 + - 0e0679cb-9231-4e0e-8f3a-d2e27d7360fd status: 200 OK code: 200 duration: "" @@ -105,19 +105,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e method: GET response: - body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:48 GMT + - Mon, 16 Mar 2020 11:29:48 GMT Server: - scaleway_api Strict-Transport-Security: @@ -127,7 +127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d5e6fd70-da5f-4467-a23f-c99b971d1844 + - 88a51b2d-0b49-4aa2-934b-11d17304f536 status: 200 OK code: 200 duration: "" @@ -137,19 +137,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e method: GET response: - body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:53 GMT + - Mon, 16 Mar 2020 11:29:53 GMT Server: - scaleway_api Strict-Transport-Security: @@ -159,7 +159,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4b1d5304-cbfb-4224-bdfd-faf068c7b078 + - f0b042c6-8fba-4442-9802-ae665957e93b status: 200 OK code: 200 duration: "" @@ -169,19 +169,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e method: GET response: - body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:58 GMT + - Mon, 16 Mar 2020 11:29:58 GMT Server: - scaleway_api Strict-Transport-Security: @@ -191,7 +191,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d99054ce-f5f4-4e0a-ac7e-235fe61072a9 + - c15be100-a8de-4042-9e29-9823acddb070 status: 200 OK code: 200 duration: "" @@ -201,19 +201,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e method: GET response: - body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:03 GMT + - Mon, 16 Mar 2020 11:30:03 GMT Server: - scaleway_api Strict-Transport-Security: @@ -223,7 +223,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4471465a-5e50-4356-b304-bdb90887a8cd + - ed36e69b-8b8a-41cd-937f-46df53550b7a status: 200 OK code: 200 duration: "" @@ -233,19 +233,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e method: GET response: - body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:43:37.865910Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:08 GMT + - Mon, 16 Mar 2020 11:30:08 GMT Server: - scaleway_api Strict-Transport-Security: @@ -255,7 +255,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 515dd2ba-9ed9-45a0-94f9-2a365ea9f43e + - 9d16fa66-edf8-44c6-afba-756c47e49639 status: 200 OK code: 200 duration: "" @@ -265,19 +265,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e method: GET response: - body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:44:13.471109Z","name":"cli-test","description":"","current_node_count":0,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:10.942172Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "980" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:13 GMT + - Mon, 16 Mar 2020 11:30:13 GMT Server: - scaleway_api Strict-Transport-Security: @@ -287,7 +287,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 637015c0-1235-425a-ad22-e275dc6a3fd2 + - e49a7b24-a79d-49a5-9a4c-10f1399f31c2 status: 200 OK code: 200 duration: "" @@ -297,10 +297,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBWRUV6VGtSTmVrOUdiMWhFVkUxM1RVUk5kMDlVUVROT1JFMTZUMFp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlQyNU1DbXM0YUd0b2JpdG9jbGxITjBzdmIzRnNSV05TS3pCT1kyY3JUalJqYWs5TWFEbHhUMnhuUjFkcmQzWnlaRWxHTWxSaVlsUXliWHA2ZWtkaU0yUkVRa2NLVlhJeGVXZFlaRzFrYURoSVZUSXljVTA0WVVWR09FaFBaRGM0ZFVWR05TdDRhRXBRVjJ0UWFHZElXVmd2Tm5CaWNHY3hSM0pEU2tFcmIyczVXVFZxWkFveU5GSmpNR2xoTVZCbVVWVTFhVzVSYldSclNFcEtSa3B2TlRCNk5uTnJiSFZCV21WT1NXWlFNV3c0YkZsdmFVRnJUM1J6VGtob1ZrVlBSbHBTYnpSaENrVkNhWEpUT0V0YWFUWmtiWGwyUlVaVWNESk5aRXhyZUVGdWQxVkVSMlZXV2tjdlFWaFhUbkZ6UzNGV2QwVjBWakpMVEdkd1V6QktUVGs1VkZGRFlrRUtUbU5UUjFSaFZFbGpOSGxUV1hKRE1FcFNjMWt4TDJ0SVZVTnBNMjk1V0VJM2JHWTRVVGRzUXpnM0t5OVpaWGxXZUhWc1psaDRMMXBLYzBsa2NXa3piZ3BXT1dRclJrMDJTVEpDVEdwR2JUQllTMHRyUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGS1MyWllObGg0VFhVMU5FZFllbTFrVW1OcWNGWjBkamhvTDBNS2JYZHdhWE5XVlVJNVdHcE5ha1pVVmpsWmRFRnZlamRQUm5OWlQwWkpTV0ZaTlRJcksweHhLemRxT0d4TFZXZHFXRGRaUWxaR05VTTVOa05GTldaUU9BcE9ibVZFVGpBNE4zQXhLMjAyUlM5b09HaDFjM0Z6UVRSa2JXTm5WbFp6WW1WVFZIY3hlSEI1UWs1VFJGVkpMMVJuUmpCVGFqRlRUMEYzUkVwR2JrMHdDa0ZhT0dsME1tRjFNVlpwUlVwbmVVWmtNRFZRUmtwa04weHFla3RGUjIxaGMycHRSVFJGVTFGSUsxaE5SV3B1WXlzeEsyNURTakJsZW5CdWJUY3dRblVLTUdJd1ppczFWbFZ6U0M5M1UyVktkemxJYlV4YU9VbEZUVkpYUTNoQ1VIZFBjbEF4TVdST1RYUmhiak5vZDIxTWNIWTVkbWxCUjJjM1NTc3Jha3NyU1FwdVVUUnBOa2t3SzAwM1VFdERiekJVU0U1MmF6TlVhbTFUV0M5T2VrUXdlRXROVVVkYVlWQnNSWFJzYW1GeWVraHpRMUpDY1hVd2RYRk1PRDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNGIyOGI3ZGYtOGNjOS00ODVkLTg1NWYtNmNjMmFhMDUzZWRkLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBaUVEyVklUQm01R1NiM3pQNHhTMDlPN3RHVHRBc3FWQm8wVlptVlZ5eFJhQm82ZU1qUE9GZ1FDYg=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwcmVrOVdiMWhFVkUxM1RVUk5lRTVVUlhoTmFtdDZUMVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRIRmhDbkJRWWxkck0ydG9aMU5MVm10R09YVmpPQzg1UVZsaFJXODVjWEpsTldrMFJERXpTVnAxWkVONk5uaDRPRFVyY0ZBNFZFOUpSMUF6TkRORWEydFJZVWtLWWtsMlptTlZaVmMzYW1seVowbFRVMjVRVjBaUWJ6UlNiSEZ4UzFCSFpVRklkWGxwY0c1WVdrTlliakpNYzFFdlFVVnFaV05hUzFwamVXdFFSekozTWdweGQwdDBRamRxZVVFck5tdzFlSEYyZFhjdmN6TjRja1ZDUlRoak5VODFSbWwyYzFCR1pVRk5hVlJ0YlZZclpHZGlUVTFtT0ZkallrTnNiSEZxTDJWNUNrcG1UVWhwTVN0MEx6bFhlVGhCVVZoM1UybEdUak5CTVZOellVczJSVFpRY2xweVNpOXBlbWtyZDNGSlpraEtNelIzYWtsWVRXOUZTbEJXVmxwNVpHNEtSbTUxYWtWeGJUWXhPWFYyYkRoaldtRjVjM1phWkUxblptYzVWRTFtWkUxSWEyVlpaMk4wUVhnck9Fd3dVazFCZVZacVJUUkpOa05MTlU5WVEyNVJVZ3BuUW1Wa1QwMXFXRVFyTUhvd1lVMURVbVpWUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGQlJYRkRZVWc0V0d0WloySmtiMlJaVVU1RVZEWlNhMkl6TDAwS1EwVm9iV1J0WkhsWGFWQlRTbTVrUVhWVk5VVTVRalZOT0ZGek9ESnRUU3RpZURCUWRWaHlNMWd3V2xwbVp6VnJRMGt3VG0xaVpHSTVjMHMwVEc5U2VBcFBURXRLVTBjd2MzcDBNR1ZGWkdaU2QwVlNabE5oTVdZMk5qSnVZbTV1WmtwNU4zRmhNM016UzJaQmFURlRkR3hpU1U1emVsbHZjMEZLWkVWSFJXVkVDbHBPVjBNd05ETk1XRnB6VVdOcU5WQnVOa3RyYjFod1VFVjVVREV6VGpncmJURlpMMUpVWjFKVWQwaFJOMDVXYjBOaFNGbzJiRGxhVXpCSWVXWXljbW9LZURsQk5uZ3pTakJFVVVwc05uVmtVREUwYkhkelNraGhVM1ZqUWpWUFEzaHhValIwTVhBeFFXNHhZMUZvV21weEwxUkJUVmxUWkZCd2NsVnNiVk4xTndvNVdrTnFaRE5zTUN0VWJtOHZSRzF0UWtnclltWkViSEJxYmsxUWVFNW5iV1JCYzB0SU9TdEdPVTByTDJ0NGVtcHJSRVJUZUROalpHOXFhejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzA3OWRkMGMtMzNhZS00YzNhLWJhYWItY2RjMTM2MjM3ZDhlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBZY3BVS3o3czZKYVZzc05HY3FKemdHc3FGWXk2S0FHVXdVU3piQ0NKdjhmRHZXU2FVVnI2QnNXdw=="}' headers: Content-Length: - "2468" @@ -309,7 +309,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:13 GMT + - Mon, 16 Mar 2020 11:30:14 GMT Server: - scaleway_api Strict-Transport-Security: @@ -319,7 +319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc9c164f-5294-4ef1-9b00-336a3a3349ad + - ece2dab7-1bf6-4d49-a214-8a439034daee status: 200 OK code: 200 duration: "" @@ -329,10 +329,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBWRUV6VGtSTmVrOUdiMWhFVkUxM1RVUk5kMDlVUVROT1JFMTZUMFp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlQyNU1DbXM0YUd0b2JpdG9jbGxITjBzdmIzRnNSV05TS3pCT1kyY3JUalJqYWs5TWFEbHhUMnhuUjFkcmQzWnlaRWxHTWxSaVlsUXliWHA2ZWtkaU0yUkVRa2NLVlhJeGVXZFlaRzFrYURoSVZUSXljVTA0WVVWR09FaFBaRGM0ZFVWR05TdDRhRXBRVjJ0UWFHZElXVmd2Tm5CaWNHY3hSM0pEU2tFcmIyczVXVFZxWkFveU5GSmpNR2xoTVZCbVVWVTFhVzVSYldSclNFcEtSa3B2TlRCNk5uTnJiSFZCV21WT1NXWlFNV3c0YkZsdmFVRnJUM1J6VGtob1ZrVlBSbHBTYnpSaENrVkNhWEpUT0V0YWFUWmtiWGwyUlVaVWNESk5aRXhyZUVGdWQxVkVSMlZXV2tjdlFWaFhUbkZ6UzNGV2QwVjBWakpMVEdkd1V6QktUVGs1VkZGRFlrRUtUbU5UUjFSaFZFbGpOSGxUV1hKRE1FcFNjMWt4TDJ0SVZVTnBNMjk1V0VJM2JHWTRVVGRzUXpnM0t5OVpaWGxXZUhWc1psaDRMMXBLYzBsa2NXa3piZ3BXT1dRclJrMDJTVEpDVEdwR2JUQllTMHRyUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGS1MyWllObGg0VFhVMU5FZFllbTFrVW1OcWNGWjBkamhvTDBNS2JYZHdhWE5XVlVJNVdHcE5ha1pVVmpsWmRFRnZlamRQUm5OWlQwWkpTV0ZaTlRJcksweHhLemRxT0d4TFZXZHFXRGRaUWxaR05VTTVOa05GTldaUU9BcE9ibVZFVGpBNE4zQXhLMjAyUlM5b09HaDFjM0Z6UVRSa2JXTm5WbFp6WW1WVFZIY3hlSEI1UWs1VFJGVkpMMVJuUmpCVGFqRlRUMEYzUkVwR2JrMHdDa0ZhT0dsME1tRjFNVlpwUlVwbmVVWmtNRFZRUmtwa04weHFla3RGUjIxaGMycHRSVFJGVTFGSUsxaE5SV3B1WXlzeEsyNURTakJsZW5CdWJUY3dRblVLTUdJd1ppczFWbFZ6U0M5M1UyVktkemxJYlV4YU9VbEZUVkpYUTNoQ1VIZFBjbEF4TVdST1RYUmhiak5vZDIxTWNIWTVkbWxCUjJjM1NTc3Jha3NyU1FwdVVUUnBOa2t3SzAwM1VFdERiekJVU0U1MmF6TlVhbTFUV0M5T2VrUXdlRXROVVVkYVlWQnNSWFJzYW1GeWVraHpRMUpDY1hVd2RYRk1PRDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNGIyOGI3ZGYtOGNjOS00ODVkLTg1NWYtNmNjMmFhMDUzZWRkLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBaUVEyVklUQm01R1NiM3pQNHhTMDlPN3RHVHRBc3FWQm8wVlptVlZ5eFJhQm82ZU1qUE9GZ1FDYg=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwcmVrOVdiMWhFVkUxM1RVUk5lRTVVUlhoTmFtdDZUMVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRIRmhDbkJRWWxkck0ydG9aMU5MVm10R09YVmpPQzg1UVZsaFJXODVjWEpsTldrMFJERXpTVnAxWkVONk5uaDRPRFVyY0ZBNFZFOUpSMUF6TkRORWEydFJZVWtLWWtsMlptTlZaVmMzYW1seVowbFRVMjVRVjBaUWJ6UlNiSEZ4UzFCSFpVRklkWGxwY0c1WVdrTlliakpNYzFFdlFVVnFaV05hUzFwamVXdFFSekozTWdweGQwdDBRamRxZVVFck5tdzFlSEYyZFhjdmN6TjRja1ZDUlRoak5VODFSbWwyYzFCR1pVRk5hVlJ0YlZZclpHZGlUVTFtT0ZkallrTnNiSEZxTDJWNUNrcG1UVWhwTVN0MEx6bFhlVGhCVVZoM1UybEdUak5CTVZOellVczJSVFpRY2xweVNpOXBlbWtyZDNGSlpraEtNelIzYWtsWVRXOUZTbEJXVmxwNVpHNEtSbTUxYWtWeGJUWXhPWFYyYkRoaldtRjVjM1phWkUxblptYzVWRTFtWkUxSWEyVlpaMk4wUVhnck9Fd3dVazFCZVZacVJUUkpOa05MTlU5WVEyNVJVZ3BuUW1Wa1QwMXFXRVFyTUhvd1lVMURVbVpWUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGQlJYRkRZVWc0V0d0WloySmtiMlJaVVU1RVZEWlNhMkl6TDAwS1EwVm9iV1J0WkhsWGFWQlRTbTVrUVhWVk5VVTVRalZOT0ZGek9ESnRUU3RpZURCUWRWaHlNMWd3V2xwbVp6VnJRMGt3VG0xaVpHSTVjMHMwVEc5U2VBcFBURXRLVTBjd2MzcDBNR1ZGWkdaU2QwVlNabE5oTVdZMk5qSnVZbTV1WmtwNU4zRmhNM016UzJaQmFURlRkR3hpU1U1emVsbHZjMEZLWkVWSFJXVkVDbHBPVjBNd05ETk1XRnB6VVdOcU5WQnVOa3RyYjFod1VFVjVVREV6VGpncmJURlpMMUpVWjFKVWQwaFJOMDVXYjBOaFNGbzJiRGxhVXpCSWVXWXljbW9LZURsQk5uZ3pTakJFVVVwc05uVmtVREUwYkhkelNraGhVM1ZqUWpWUFEzaHhValIwTVhBeFFXNHhZMUZvV21weEwxUkJUVmxUWkZCd2NsVnNiVk4xTndvNVdrTnFaRE5zTUN0VWJtOHZSRzF0UWtnclltWkViSEJxYmsxUWVFNW5iV1JCYzB0SU9TdEdPVTByTDJ0NGVtcHJSRVJUZUROalpHOXFhejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzA3OWRkMGMtMzNhZS00YzNhLWJhYWItY2RjMTM2MjM3ZDhlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBZY3BVS3o3czZKYVZzc05HY3FKemdHc3FGWXk2S0FHVXdVU3piQ0NKdjhmRHZXU2FVVnI2QnNXdw=="}' headers: Content-Length: - "2468" @@ -341,7 +341,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:13 GMT + - Mon, 16 Mar 2020 11:30:14 GMT Server: - scaleway_api Strict-Transport-Security: @@ -351,7 +351,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e2705e4a-6461-4317-8866-97a9c643f9bd + - 66b66ff0-f658-404e-b5d2-808d61b63944 status: 200 OK code: 200 duration: "" @@ -361,19 +361,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e method: DELETE response: - body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:44:13.987380874Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301418884Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "986" + - "994" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:13 GMT + - Mon, 16 Mar 2020 11:30:14 GMT Server: - scaleway_api Strict-Transport-Security: @@ -383,7 +383,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fe649f9c-d8f2-4f8c-9b41-f946e6210525 + - f3d9081d-b29a-4cef-ae11-d8ebb773e035 status: 200 OK code: 200 duration: "" @@ -393,19 +393,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e method: GET response: - body: '{"region":"fr-par","id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.865910Z","updated_at":"2020-03-10T07:44:13.987381Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4b28b7df-8cc9-485d-855f-6cc2aa053edd.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4b28b7df-8cc9-485d-855f-6cc2aa053edd.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:13 GMT + - Mon, 16 Mar 2020 11:30:14 GMT Server: - scaleway_api Strict-Transport-Security: @@ -415,7 +415,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2ed93e07-4f9c-41e7-9580-97e96d9b3fd0 + - 7a2f0b44-6992-4562-af6e-1469231e5161 status: 200 OK code: 200 duration: "" @@ -425,10 +425,874 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4b28b7df-8cc9-485d-855f-6cc2aa053edd + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e method: GET response: - body: '{"message":"resource is not found","resource":"cluster","resource_id":"4b28b7df-8cc9-485d-855f-6cc2aa053edd","type":"not_found"}' + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:19 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 21f46375-c86e-4bc4-a9b2-2ef657200b05 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:24 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 4165d4d5-5bed-4b23-88e9-b7afe997230b + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:29 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 9191001f-51e7-48d8-a650-3ff03979d24a + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:34 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 16eae95d-6bd5-42cd-8af7-f0919b929d04 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:39 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - e02eeccd-3a85-4c54-a7aa-814fcdd25ba0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:44 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cdd18ce5-7879-4c44-9a06-bb0869e0a386 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:49 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d8e2ece1-bc13-4825-ad3a-ab78b3d0bacd + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:54 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2c7be8e7-652e-40d8-bdaa-6f07ff1130e4 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:30:59 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 190f7f16-3752-45eb-ab4a-a2a11200049e + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:04 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 57f2f6a4-f2f8-44be-b2bc-2e465df64fc7 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:09 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8576791d-a518-4a34-acaa-4de8e8d8704f + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:14 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 63e538bc-e90d-4fd6-b2f0-5a4ecb42ef0c + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:19 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 438a5a7d-7c93-4064-982f-fa397b092cb3 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:24 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - efa7f17c-669f-4ba4-8e76-7ef95a396cff + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:29 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - d4f3570e-cf85-4cf6-aeb9-6d067bd9cfaa + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:34 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 7bc75201-2500-4028-86ac-599d35bceaa9 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:39 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f271fe14-1932-43ac-985c-b1b2e3f29ffd + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:44 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3139457b-caa3-422a-a673-aed337456a33 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:50 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - eff9b6e4-2ced-4484-9f4a-594c33845641 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:55 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6e288325-a2f7-4170-a179-b7c3b0a9a385 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:31:59 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 898a4920-f94f-4d81-bdcf-7faf617a4499 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:32:05 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 46002d49-a665-4229-99dc-4b288ebe94ea + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:32:10 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b2529cb0-cff8-474c-a18e-bee6f01496ea + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:32:15 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 19b5a13c-f494-4dc9-bbb2-98382af742bc + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:32:20 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - a80914f3-6ed4-4e0a-9ce8-d26e12416482 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:32:25 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 03c32f4b-d01f-4760-bf8f-8e73e5b4b34f + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:32:30 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 2f36ef6e-4ded-4dc7-878c-238561069f2b + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + method: GET + response: + body: '{"message":"resource is not found","resource":"cluster","resource_id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","type":"not_found"}' headers: Content-Length: - "128" @@ -437,7 +1301,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:18 GMT + - Mon, 16 Mar 2020 11:32:35 GMT Server: - scaleway_api Strict-Transport-Security: @@ -447,7 +1311,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ba9f3bc-339f-4dfb-95da-04d31d809770 + - 30732b09-7028-4ad0-af05-6f8b0ee90dc4 status: 404 Not Found code: 404 duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden index 4c557d7838..b6d3329248 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden @@ -1 +1 @@ -Cluster 4b28b7df-8cc9-485d-855f-6cc2aa053edd successfully deleted from /tmp/cli-uninstall-test +Cluster 7079dd0c-33ae-4c3a-baab-cdc136237d8e successfully deleted from /tmp/cli-uninstall-test From 3bd5b7e7e6c0343c64a98ad83896c6287f2336b9 Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Mon, 16 Mar 2020 13:13:37 +0100 Subject: [PATCH 08/20] update tests Signed-off-by: Patrik Cyvoct --- .../custom_kubeconfig_uninstall_test.go | 3 - .../test-get-kubeconfig-simple.cassette.yaml | 592 ++++-------------- .../test-get-kubeconfig-simple.stdout.golden | 6 +- ...est-install-kubeconfig-merge.cassette.yaml | 378 +++++------ ...est-install-kubeconfig-merge.stdout.golden | 2 +- ...st-install-kubeconfig-simple.cassette.yaml | 582 +++++++++++++---- ...st-install-kubeconfig-simple.stdout.golden | 2 +- ...nstall-kubeconfig-empty-file.cassette.yaml | 480 ++++++++------ ...l-kubeconfig-uninstall-merge.cassette.yaml | 402 +++++++----- ...l-kubeconfig-uninstall-merge.stdout.golden | 2 +- ...install-kubeconfig-uninstall.cassette.yaml | 360 ++++++----- ...install-kubeconfig-uninstall.stdout.golden | 2 +- 12 files changed, 1500 insertions(+), 1311 deletions(-) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go index 9a1682f972..59bad9c00a 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go @@ -68,7 +68,6 @@ func Test_UninstallKubeconfig(t *testing.T) { OverrideEnv: map[string]string{ "KUBECONFIG": path.Join(os.TempDir(), "cli-uninstall-test"), }, - DisableParallel: true, })) t.Run("empty file", core.Test(&core.TestConfig{ Commands: GetCommands(), @@ -86,7 +85,6 @@ func Test_UninstallKubeconfig(t *testing.T) { OverrideEnv: map[string]string{ "KUBECONFIG": path.Join(os.TempDir(), "emptyfile"), }, - DisableParallel: true, })) t.Run("uninstall-merge", core.Test(&core.TestConfig{ Commands: GetCommands(), @@ -104,6 +102,5 @@ func Test_UninstallKubeconfig(t *testing.T) { OverrideEnv: map[string]string{ "KUBECONFIG": path.Join(os.TempDir(), "cli-uninstall-merge-test"), }, - DisableParallel: true, })) } diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.cassette.yaml index 6410c57273..f590855d7b 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.cassette.yaml +++ b/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.cassette.yaml @@ -12,7 +12,7 @@ interactions: url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters method: POST response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124233794Z","updated_at":"2020-03-16T11:17:44.124233794Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212403Z","updated_at":"2020-03-16T11:35:51.773212403Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "989" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:17:45 GMT + - Mon, 16 Mar 2020 11:35:51 GMT Server: - scaleway_api Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 978e8d2c-1645-4f22-b295-1f8c8f773d2e + - cd8b8ffa-9711-42a3-a3cd-3a426e98a837 status: 200 OK code: 200 duration: "" @@ -41,10 +41,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:35:51.773212Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -53,7 +53,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:17:45 GMT + - Mon, 16 Mar 2020 11:35:52 GMT Server: - scaleway_api Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fd569d65-5f40-406b-9ade-228a60051991 + - 8835d30e-6961-4e53-8216-f1f12b5f372b status: 200 OK code: 200 duration: "" @@ -73,10 +73,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:35:51.773212Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -85,7 +85,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:17:50 GMT + - Mon, 16 Mar 2020 11:35:57 GMT Server: - scaleway_api Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1e353bee-5a56-42a3-9ec3-dcac6df4a631 + - 04fcb7a1-c02d-4c1e-be42-0ed095419c47 status: 200 OK code: 200 duration: "" @@ -105,10 +105,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:35:51.773212Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -117,7 +117,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:17:55 GMT + - Mon, 16 Mar 2020 11:36:02 GMT Server: - scaleway_api Strict-Transport-Security: @@ -127,7 +127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57a86c65-bbd1-4f5e-b6a0-620c459c7c40 + - 2f2e4146-2f2d-41b9-8e63-d53c5abcd53e status: 200 OK code: 200 duration: "" @@ -137,10 +137,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:35:51.773212Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -149,7 +149,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:18:00 GMT + - Mon, 16 Mar 2020 11:36:07 GMT Server: - scaleway_api Strict-Transport-Security: @@ -159,7 +159,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3894a5c1-59ef-49f1-8702-1f924dcdbb9d + - d3a02114-98cb-4247-886a-85b90df934f2 status: 200 OK code: 200 duration: "" @@ -169,10 +169,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:35:51.773212Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -181,7 +181,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:18:05 GMT + - Mon, 16 Mar 2020 11:36:12 GMT Server: - scaleway_api Strict-Transport-Security: @@ -191,7 +191,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d2b5b73-82d2-45b5-99b6-a1190f24db47 + - aef85339-41f1-4f50-bc57-747efd0cffe6 status: 200 OK code: 200 duration: "" @@ -201,10 +201,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:35:51.773212Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -213,7 +213,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:18:10 GMT + - Mon, 16 Mar 2020 11:36:17 GMT Server: - scaleway_api Strict-Transport-Security: @@ -223,7 +223,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 719a8e58-09d5-47a8-9a65-5d204ffbdd47 + - 30474ac9-b8af-42f6-b1b0-4b23746614ef status: 200 OK code: 200 duration: "" @@ -233,10 +233,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:35:51.773212Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -245,7 +245,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:18:15 GMT + - Mon, 16 Mar 2020 11:36:22 GMT Server: - scaleway_api Strict-Transport-Security: @@ -255,7 +255,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 90df11e0-e0f4-4f8d-b6ee-7bb63225f9c4 + - 23ce9195-bffe-4a83-94ae-42f1b3070d94 status: 200 OK code: 200 duration: "" @@ -265,19 +265,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:17:44.124234Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:35:51.773212Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "991" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:18:20 GMT + - Mon, 16 Mar 2020 11:36:27 GMT Server: - scaleway_api Strict-Transport-Security: @@ -287,7 +287,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aa77772b-f0af-43ef-897a-486e3e3ef26b + - cfe149d7-f5da-4945-bbd1-702ac42b71a9 status: 200 OK code: 200 duration: "" @@ -297,10 +297,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:21.580915Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:28.641385Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "988" @@ -309,7 +309,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:18:25 GMT + - Mon, 16 Mar 2020 11:36:32 GMT Server: - scaleway_api Strict-Transport-Security: @@ -319,7 +319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5e21adc-cd3b-442c-a366-03d5e3c449bc + - 9a28e299-68ec-4b98-9424-db8fa09a3168 status: 200 OK code: 200 duration: "" @@ -329,10 +329,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFZSak1FNVdiMWhFVkUxM1RVUk5lRTVVUlhoTlZHTXdUbFp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlMwd3hDbVZ6ZUd0TVNGcE5iVTlCZUZSTFlpOVhiQzlNTkZSNWJrdFNNSGRGVTFGUVN6ZGhPR2RWUlhKNGMzRmFURXRYVVRaWVpESk1aVFEyTjJKd09DODJNVFlLUW1ad1duWlBSRWRJY0ZWa2JtNWFaQzh5VVZKUlVsWkpTME0yWTJ4MFJXVmtOak5FV2pRelVsTnRjMnhCUWxSQlUyRnBlVEpHUVZKTGVFVmpjM2hJZUFveWVERjBjR0p4VVhaSldtaDViemhYTmt4SmFYRlJlSFZsUlZKdFpscFlabnAxWVVGSFpGVkVTakpRZUc5T1EzRlhSV3BTZDJGUlJFOXlhRFpIV1hkUUNtOWpjMHhvVTB4blMzZzNWMkZMTUdKUGJUbG5WRkJJV1ZKV2NYbEVaWEZ1TW5WMlRtaG9TSGRYUmpGYVVXeEtUQzlwVlZjNWJuTlRZMHdyTXpkRFUyWUtaV1JGZFdsSWQwcGxMM050Ym1RMlNHOUlUMkoyZGsxVVREUTRaM2d4TDFGUWVHTlZXV1JzTURCaGVFVmpNelJ5VkdGdk1XSjBNR1pTWXpWNlJ6TlNUUXA1UkZkaFUyUjBObVYwVm5JMk4wbFpNWGt3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGRlNuVjVOWE5PTXpoNVQxVk1Ta0ZhZFM4NGNGUk5TV294VVdNS1NuUTNXSEpOWjJwWlZVRk9SMjl1VEd0YU5WRmFTMDl1Um5KT2IxazRaalpSUjBnelpqQnRVMkpVYUU5elpreHlaV3gwV1VobldFcEJNRVEwY0ZVNVpnb3hNMHhEYjFWeFptaHhlVGQyYTI4MFUxTTBjQzlRY0daaFQySk5TRkZuZVdSTFdFaHVTVEp3YVc1MmFWbE5kaTk1THpGb1JVaGtWVWh3TkZCalFUUXZDbEZNVkM5WFVqRk5lVE0zZVRNNFNtNUlVRGd3U2t4VFRYWk5ZMmQ1Yms0MmMzQm9XVzVTWldsSU1YVnRWSGhDZWpGUFRXNWlTblJwU1U5bWVWaHVWMHNLVG5WdVMxUmpWak5qS3pCWksyOXJXbTAyYkhSTVNuWkxTMUJXU0hsSGFWQlhXa2RIWlM5S2FUa3JNR1ZGUVhabU1IbEJTMFk0WTJSYVMxRlRSVkJPTlFwNE5GaFRWbmhhU3pocmRsQTVkWGhWVmtReFl6VjBWRmd3VTNSd2RXbzFSelpYTUVFMmFtUnFjVzFqUzNKa2FIWlBUemhYVlZGSVpsQXhUVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYjE1YTM4YTktYjg0YS00MTMzLThhMTAtNmNlYWU4YjAyMTUyLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBuOE9TSTQyNlhpdWVBQXdkcUhyTkZ0cE9SeU05cUFTam5mOWpycDJCWTAySFhoMmswZ0lXWWdSbg=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFhwVk1VMXNiMWhFVkUxM1RVUk5lRTVVUlhoTmVsVXhUV3h2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRYZHJDbGt5TW1kWlYwaEZVRFpPYXpjeVExVTBSelZwU0hoSU1HOHhkRTVqUkRrclJUWldUelpoWVRWTk56QldURGszVlVobVNtMUphMk5rYW5vclZrUk1SbmNLWjBac1owaGxTSE1yVHpGWVRqaGFkWFZvSzFGUlJUUkNaWFpYZFVONlpGSlFTMUZOTjAwNU5rMU1lVlp5ZFV0clRISk9LM1I2VDFOaFNESktRWHBoU3dvNE5ITm1Wak5vTDIwMmJHZFlNM2cxTlhWUlYydFROR3BOT0RVeWVWbDRSM1Z0WXpKQ1JWQnFjRTlETVRGSE1VSjROMDlaU2xSSWEyTnFkWGRRTTBNdkNrcFVNV2x2Y3pCdU1EWmpja3RUSzFsRk5HNUVOMXB3YXpGRFNqZDRjMmsyYzFsak5tRXdVVTVNYm1aNGQwVlZRbFJJVm00MGNtUjBURkJPVTNsSFdqVUtObVI2YkZGeWFVaHJLMlowVkVjM1kydHFZakp2SzFsTU4xaDJSV3RpWmk5WFlrOXhiVmxNV1ZkNldsTXdhak5hU0ZKaWNtTnNkemhuZUdWYWFVeEhWZ3BJZEc5c1FtOUdjVGRoU21ObE4xcFZRelpyUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGRFJrbDBia3hEU0d4alpVTjRVbk14UVc1dldrMTRla3RLWWxRS2FXWjVTMHgyVDFNMlIxRlBZM1Z1YzAxblVtdFRSRXh6VjNwV1lrZDJhbWhhTUc1QkszRTRNazVoVW5KS0syeHdSbGxKVlV0MFZ6TkJUbVZFYm1OQ05RcGpOVUpqV0hkbWVTOUZjM2hJTVhwUmVESkdhemgxYjNCRVZqQkJUR2xtWmxWMlYyNVVNbVJDYVhoUVIwRkxVa2hZVUV4MVJHYzJOWFptYVU1b1VsUkRDbUkzY2psbmFISk9TamxTUldGa1ExSkRlbTFaY25JeVpsaHFURXhDTVU1WFIzZDVTRzB6VUdSbE5HdG9jVTk2Y0VGRGJFeG1Ta05WVW1oaFMyVjJXVlVLWm5GUlVtbFRjMHhKVTJGd2JVRkhWVEJQYkZKNFVVTm1hV3hFWW5OdkswbGhXSE5uWmxGV09WaFRMMjFQUjJ0UVp6QklOSEpaTDJFMlQwOUNlRXhWTmdwTmVEQlhjV013T0ZaT1VtWlVkREphY3pCQk0yUkdTVmd4UTNwRGJVWldWMDFFTVRKUGJqQlhNVmxHVGxkNFJDOUhLMEl5SzNaWlUzQllUVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmFhN2Y4ODgtOTZkYS00YTczLWFkNjktNTliNGEzM2FjMTcxLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiAwVHhhZjlvd3BadGlmSEVoeUt6YTRXNlRMdnBVa3NtWHNBbWV5NkFRSGd3dHYyZndXZ3JzNE1WRg=="}' headers: Content-Length: - "2468" @@ -341,7 +341,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:18:25 GMT + - Mon, 16 Mar 2020 11:36:32 GMT Server: - scaleway_api Strict-Transport-Security: @@ -351,7 +351,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d20bed0a-7ca7-40ed-a191-543605384caa + - 9995d462-b33d-44d1-8601-28f30ecfc29d status: 200 OK code: 200 duration: "" @@ -361,10 +361,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFZSak1FNVdiMWhFVkUxM1RVUk5lRTVVUlhoTlZHTXdUbFp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlMwd3hDbVZ6ZUd0TVNGcE5iVTlCZUZSTFlpOVhiQzlNTkZSNWJrdFNNSGRGVTFGUVN6ZGhPR2RWUlhKNGMzRmFURXRYVVRaWVpESk1aVFEyTjJKd09DODJNVFlLUW1ad1duWlBSRWRJY0ZWa2JtNWFaQzh5VVZKUlVsWkpTME0yWTJ4MFJXVmtOak5FV2pRelVsTnRjMnhCUWxSQlUyRnBlVEpHUVZKTGVFVmpjM2hJZUFveWVERjBjR0p4VVhaSldtaDViemhYTmt4SmFYRlJlSFZsUlZKdFpscFlabnAxWVVGSFpGVkVTakpRZUc5T1EzRlhSV3BTZDJGUlJFOXlhRFpIV1hkUUNtOWpjMHhvVTB4blMzZzNWMkZMTUdKUGJUbG5WRkJJV1ZKV2NYbEVaWEZ1TW5WMlRtaG9TSGRYUmpGYVVXeEtUQzlwVlZjNWJuTlRZMHdyTXpkRFUyWUtaV1JGZFdsSWQwcGxMM050Ym1RMlNHOUlUMkoyZGsxVVREUTRaM2d4TDFGUWVHTlZXV1JzTURCaGVFVmpNelJ5VkdGdk1XSjBNR1pTWXpWNlJ6TlNUUXA1UkZkaFUyUjBObVYwVm5JMk4wbFpNWGt3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGRlNuVjVOWE5PTXpoNVQxVk1Ta0ZhZFM4NGNGUk5TV294VVdNS1NuUTNXSEpOWjJwWlZVRk9SMjl1VEd0YU5WRmFTMDl1Um5KT2IxazRaalpSUjBnelpqQnRVMkpVYUU5elpreHlaV3gwV1VobldFcEJNRVEwY0ZVNVpnb3hNMHhEYjFWeFptaHhlVGQyYTI4MFUxTTBjQzlRY0daaFQySk5TRkZuZVdSTFdFaHVTVEp3YVc1MmFWbE5kaTk1THpGb1JVaGtWVWh3TkZCalFUUXZDbEZNVkM5WFVqRk5lVE0zZVRNNFNtNUlVRGd3U2t4VFRYWk5ZMmQ1Yms0MmMzQm9XVzVTWldsSU1YVnRWSGhDZWpGUFRXNWlTblJwU1U5bWVWaHVWMHNLVG5WdVMxUmpWak5qS3pCWksyOXJXbTAyYkhSTVNuWkxTMUJXU0hsSGFWQlhXa2RIWlM5S2FUa3JNR1ZGUVhabU1IbEJTMFk0WTJSYVMxRlRSVkJPTlFwNE5GaFRWbmhhU3pocmRsQTVkWGhWVmtReFl6VjBWRmd3VTNSd2RXbzFSelpYTUVFMmFtUnFjVzFqUzNKa2FIWlBUemhYVlZGSVpsQXhUVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYjE1YTM4YTktYjg0YS00MTMzLThhMTAtNmNlYWU4YjAyMTUyLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBuOE9TSTQyNlhpdWVBQXdkcUhyTkZ0cE9SeU05cUFTam5mOWpycDJCWTAySFhoMmswZ0lXWWdSbg=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFhwVk1VMXNiMWhFVkUxM1RVUk5lRTVVUlhoTmVsVXhUV3h2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRYZHJDbGt5TW1kWlYwaEZVRFpPYXpjeVExVTBSelZwU0hoSU1HOHhkRTVqUkRrclJUWldUelpoWVRWTk56QldURGszVlVobVNtMUphMk5rYW5vclZrUk1SbmNLWjBac1owaGxTSE1yVHpGWVRqaGFkWFZvSzFGUlJUUkNaWFpYZFVONlpGSlFTMUZOTjAwNU5rMU1lVlp5ZFV0clRISk9LM1I2VDFOaFNESktRWHBoU3dvNE5ITm1Wak5vTDIwMmJHZFlNM2cxTlhWUlYydFROR3BOT0RVeWVWbDRSM1Z0WXpKQ1JWQnFjRTlETVRGSE1VSjROMDlaU2xSSWEyTnFkWGRRTTBNdkNrcFVNV2x2Y3pCdU1EWmpja3RUSzFsRk5HNUVOMXB3YXpGRFNqZDRjMmsyYzFsak5tRXdVVTVNYm1aNGQwVlZRbFJJVm00MGNtUjBURkJPVTNsSFdqVUtObVI2YkZGeWFVaHJLMlowVkVjM1kydHFZakp2SzFsTU4xaDJSV3RpWmk5WFlrOXhiVmxNV1ZkNldsTXdhak5hU0ZKaWNtTnNkemhuZUdWYWFVeEhWZ3BJZEc5c1FtOUdjVGRoU21ObE4xcFZRelpyUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGRFJrbDBia3hEU0d4alpVTjRVbk14UVc1dldrMTRla3RLWWxRS2FXWjVTMHgyVDFNMlIxRlBZM1Z1YzAxblVtdFRSRXh6VjNwV1lrZDJhbWhhTUc1QkszRTRNazVoVW5KS0syeHdSbGxKVlV0MFZ6TkJUbVZFYm1OQ05RcGpOVUpqV0hkbWVTOUZjM2hJTVhwUmVESkdhemgxYjNCRVZqQkJUR2xtWmxWMlYyNVVNbVJDYVhoUVIwRkxVa2hZVUV4MVJHYzJOWFptYVU1b1VsUkRDbUkzY2psbmFISk9TamxTUldGa1ExSkRlbTFaY25JeVpsaHFURXhDTVU1WFIzZDVTRzB6VUdSbE5HdG9jVTk2Y0VGRGJFeG1Ta05WVW1oaFMyVjJXVlVLWm5GUlVtbFRjMHhKVTJGd2JVRkhWVEJQYkZKNFVVTm1hV3hFWW5OdkswbGhXSE5uWmxGV09WaFRMMjFQUjJ0UVp6QklOSEpaTDJFMlQwOUNlRXhWTmdwTmVEQlhjV013T0ZaT1VtWlVkREphY3pCQk0yUkdTVmd4UTNwRGJVWldWMDFFTVRKUGJqQlhNVmxHVGxkNFJDOUhLMEl5SzNaWlUzQllUVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYmFhN2Y4ODgtOTZkYS00YTczLWFkNjktNTliNGEzM2FjMTcxLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiAwVHhhZjlvd3BadGlmSEVoeUt6YTRXNlRMdnBVa3NtWHNBbWV5NkFRSGd3dHYyZndXZ3JzNE1WRg=="}' headers: Content-Length: - "2468" @@ -373,7 +373,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:18:25 GMT + - Mon, 16 Mar 2020 11:36:32 GMT Server: - scaleway_api Strict-Transport-Security: @@ -383,7 +383,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3dc42bb3-cd7c-4a4d-9f8e-826aba2031cb + - e2245a00-f4d0-4250-83cc-6d6692dcc832 status: 200 OK code: 200 duration: "" @@ -393,10 +393,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: DELETE response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876480Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231348Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "994" @@ -405,359 +405,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:18:25 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6be6373d-fa46-4b89-aeb0-187d580dba54 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 - method: GET - response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "991" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 16 Mar 2020 11:18:25 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 935b85dc-92b4-41ef-a505-0ee371b4e79a - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 - method: GET - response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "991" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 16 Mar 2020 11:18:31 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - d4e6630e-f081-4891-91b7-7f02735e3c9d - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 - method: GET - response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "991" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 16 Mar 2020 11:18:36 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - a1addf68-89b6-4c7e-bd0a-b0b636301d17 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 - method: GET - response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "991" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 16 Mar 2020 11:18:40 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - e6521746-0e9e-45c5-a05e-ec9d7cde5575 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 - method: GET - response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "991" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 16 Mar 2020 11:18:46 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 110d5515-59ca-43a9-b839-505ee37266f8 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 - method: GET - response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "991" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 16 Mar 2020 11:18:51 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - b08841ca-bf22-4477-a689-7d3e33eef230 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 - method: GET - response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "991" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 16 Mar 2020 11:18:56 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 668dfbd6-2e6d-44a7-9c34-ea4f991ef332 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 - method: GET - response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "991" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 16 Mar 2020 11:19:01 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 26e10086-7eae-4ace-9869-fe9ec0e3aba8 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 - method: GET - response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "991" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 16 Mar 2020 11:19:06 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 6465fd8b-0d47-411c-8dc6-5571902926fa - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 - method: GET - response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "991" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 16 Mar 2020 11:19:11 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - ec47a23e-1722-47a8-a3e3-1887b0895a98 - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 - method: GET - response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "991" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 16 Mar 2020 11:19:16 GMT + - Mon, 16 Mar 2020 11:36:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -767,7 +415,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dc251c29-b11e-4ee1-83c2-9da513ac3ecf + - 41030762-4e75-4b1b-a467-b5bb53fcb306 status: 200 OK code: 200 duration: "" @@ -777,10 +425,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -789,7 +437,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:19:21 GMT + - Mon, 16 Mar 2020 11:36:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -799,7 +447,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 130de869-4b01-46c8-853c-2272e6829a87 + - 8dff6377-d54f-41f9-9916-3fb6a22cae75 status: 200 OK code: 200 duration: "" @@ -809,10 +457,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -821,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:19:26 GMT + - Mon, 16 Mar 2020 11:36:38 GMT Server: - scaleway_api Strict-Transport-Security: @@ -831,7 +479,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 201f6943-624c-419d-8824-d9f61c877642 + - 2469137f-bedd-40fd-a119-2746ee0d2f79 status: 200 OK code: 200 duration: "" @@ -841,10 +489,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -853,7 +501,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:19:31 GMT + - Mon, 16 Mar 2020 11:36:43 GMT Server: - scaleway_api Strict-Transport-Security: @@ -863,7 +511,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1a3833c0-d046-4dbf-9089-6ee3291e3ab7 + - 78d5451d-93bd-4ba9-a8d5-b92a29052f0f status: 200 OK code: 200 duration: "" @@ -873,10 +521,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -885,7 +533,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:19:36 GMT + - Mon, 16 Mar 2020 11:36:48 GMT Server: - scaleway_api Strict-Transport-Security: @@ -895,7 +543,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0caf2693-3dd1-417c-aee9-947079d785c4 + - d8083399-50c6-49ef-bb01-758111bea406 status: 200 OK code: 200 duration: "" @@ -905,10 +553,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -917,7 +565,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:19:41 GMT + - Mon, 16 Mar 2020 11:36:53 GMT Server: - scaleway_api Strict-Transport-Security: @@ -927,7 +575,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3e86f2e9-49d0-4d43-96c6-58bbea738597 + - c461aae0-1d38-4427-b619-b42fe55a7a9a status: 200 OK code: 200 duration: "" @@ -937,10 +585,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -949,7 +597,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:19:46 GMT + - Mon, 16 Mar 2020 11:36:58 GMT Server: - scaleway_api Strict-Transport-Security: @@ -959,7 +607,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30be0ee2-a850-45cb-81f3-c1461aa5b1c6 + - ecbeb497-717b-4a5d-bb31-5aec8cf68557 status: 200 OK code: 200 duration: "" @@ -969,10 +617,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -981,7 +629,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:19:51 GMT + - Mon, 16 Mar 2020 11:37:03 GMT Server: - scaleway_api Strict-Transport-Security: @@ -991,7 +639,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fed5becc-2261-44aa-8652-e97864f122d6 + - bba7308e-0fa6-42ee-9e21-2289f801a45b status: 200 OK code: 200 duration: "" @@ -1001,10 +649,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1013,7 +661,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:19:56 GMT + - Mon, 16 Mar 2020 11:37:08 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1023,7 +671,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d196b34a-c8f1-4dea-8062-09b0ad19b4bc + - 48bdd4c2-c798-4dc5-8695-196c10cc5a28 status: 200 OK code: 200 duration: "" @@ -1033,10 +681,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1045,7 +693,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:01 GMT + - Mon, 16 Mar 2020 11:37:13 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1055,7 +703,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e9ebeca-ebb2-4c1e-a97f-9aa6719803ac + - 9126a663-10ba-434c-b5b0-7a215d745d3a status: 200 OK code: 200 duration: "" @@ -1065,10 +713,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1077,7 +725,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:06 GMT + - Mon, 16 Mar 2020 11:37:18 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1087,7 +735,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1f1dd3c7-7a29-4f9c-ae3e-d2900b6c96ba + - d4697ea5-ca9b-4a4a-a6f9-bbeb092b43b6 status: 200 OK code: 200 duration: "" @@ -1097,10 +745,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1109,7 +757,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:11 GMT + - Mon, 16 Mar 2020 11:37:23 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1119,7 +767,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 10eecc7e-0766-434c-8704-9f7598ffcf0a + - c818002d-1536-48da-8152-d42c210103ea status: 200 OK code: 200 duration: "" @@ -1129,10 +777,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1141,7 +789,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:16 GMT + - Mon, 16 Mar 2020 11:37:28 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1151,7 +799,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ab33e4bf-be76-4793-858d-6ed6c9b689c5 + - 73bb2061-f383-4eba-958e-add08cd8845a status: 200 OK code: 200 duration: "" @@ -1161,10 +809,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1173,7 +821,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:21 GMT + - Mon, 16 Mar 2020 11:37:33 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1183,7 +831,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49d91ae5-f78c-482f-ab9d-528cad0888c9 + - d9dd91cd-2343-4d68-86be-38924430b1de status: 200 OK code: 200 duration: "" @@ -1193,10 +841,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1205,7 +853,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:26 GMT + - Mon, 16 Mar 2020 11:37:38 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1215,7 +863,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3819ce53-e077-4c88-9253-ad6f6fbd6465 + - 3c706036-d716-44ba-aca3-1d3da0b89609 status: 200 OK code: 200 duration: "" @@ -1225,10 +873,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1237,7 +885,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:31 GMT + - Mon, 16 Mar 2020 11:37:43 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1247,7 +895,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 47474996-74c6-4f25-9549-f837c89dfb9c + - 67197d56-4c19-4f23-acc7-7d79ab56a1d0 status: 200 OK code: 200 duration: "" @@ -1257,10 +905,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"region":"fr-par","id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:17:44.124234Z","updated_at":"2020-03-16T11:18:25.849876Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.b15a38a9-b84a-4133-8a10-6ceae8b02152.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"baa7f888-96da-4a73-ad69-59b4a33ac171","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:35:51.773212Z","updated_at":"2020-03-16T11:36:32.953231Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.baa7f888-96da-4a73-ad69-59b4a33ac171.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1269,7 +917,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:36 GMT + - Mon, 16 Mar 2020 11:37:48 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1279,7 +927,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 67ce60f6-8e57-4bda-9d52-5f21717144ea + - 5f69d088-16c3-49b2-9a61-566d3d82039f status: 200 OK code: 200 duration: "" @@ -1289,10 +937,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/b15a38a9-b84a-4133-8a10-6ceae8b02152 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/baa7f888-96da-4a73-ad69-59b4a33ac171 method: GET response: - body: '{"message":"resource is not found","resource":"cluster","resource_id":"b15a38a9-b84a-4133-8a10-6ceae8b02152","type":"not_found"}' + body: '{"message":"resource is not found","resource":"cluster","resource_id":"baa7f888-96da-4a73-ad69-59b4a33ac171","type":"not_found"}' headers: Content-Length: - "128" @@ -1301,7 +949,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:41 GMT + - Mon, 16 Mar 2020 11:37:53 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1311,7 +959,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 65e2b0b6-76bc-4a5f-bc35-2e19de0e8692 + - 2a32e3f7-ac6c-49cf-b804-ae34374e3d32 status: 404 Not Found code: 404 duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.stdout.golden index d5f86186f4..237ff46de5 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.stdout.golden +++ b/internal/namespaces/k8s/v1beta4/testdata/test-get-kubeconfig-simple.stdout.golden @@ -2,8 +2,8 @@ apiVersion: v1 clusters: - name: clitest cluster: - certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRJd01ETXhOVEV4TVRjME5Wb1hEVE13TURNeE5URXhNVGMwTlZvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS0wxCmVzeGtMSFpNbU9BeFRLYi9XbC9MNFR5bktSMHdFU1FQSzdhOGdVRXJ4c3FaTEtXUTZYZDJMZTQ2N2JwOC82MTYKQmZwWnZPREdIcFVkbm5aZC8yUVJRUlZJS0M2Y2x0RWVkNjNEWjQzUlNtc2xBQlRBU2FpeTJGQVJLeEVjc3hIeAoyeDF0cGJxUXZJWmh5bzhXNkxJaXFReHVlRVJtZlpYZnp1YUFHZFVESjJQeG9OQ3FXRWpSd2FRRE9yaDZHWXdQCm9jc0xoU0xnS3g3V2FLMGJPbTlnVFBIWVJWcXlEZXFuMnV2TmhoSHdXRjFaUWxKTC9pVVc5bnNTY0wrMzdDU2YKZWRFdWlId0plL3NtbmQ2SG9IT2J2dk1UTDQ4Z3gxL1FQeGNVWWRsMDBheEVjMzRyVGFvMWJ0MGZSYzV6RzNSTQp5RFdhU2R0NmV0VnI2N0lZMXkwQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFFSnV5NXNOMzh5T1VMSkFadS84cFRNSWoxUWMKSnQ3WHJNZ2pZVUFOR29uTGtaNVFaS09uRnJOb1k4ZjZRR0gzZjBtU2JUaE9zZkxyZWx0WUhnWEpBMEQ0cFU5ZgoxM0xDb1VxZmhxeTd2a280U1M0cC9QcGZhT2JNSFFneWRLWEhuSTJwaW52aVlNdi95LzFoRUhkVUhwNFBjQTQvClFMVC9XUjFNeTM3eTM4Sm5IUDgwSkxTTXZNY2d5bk42c3BoWW5SZWlIMXVtVHhCejFPTW5iSnRpSU9meVhuV0sKTnVuS1RjVjNjKzBZK29rWm02bHRMSnZLS1BWSHlHaVBXWkdHZS9KaTkrMGVFQXZmMHlBS0Y4Y2RaS1FTRVBONQp4NFhTVnhaSzhrdlA5dXhVVkQxYzV0VFgwU3RwdWo1RzZXMEE2amRqcW1jS3JkaHZPTzhXVVFIZlAxTT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo= - server: https://b15a38a9-b84a-4133-8a10-6ceae8b02152.api.k8s.fr-par.scw.cloud:6443 + certificate-authority-data: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRJd01ETXhOVEV4TXpVMU1sb1hEVE13TURNeE5URXhNelUxTWxvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBTXdrClkyMmdZV0hFUDZOazcyQ1U0RzVpSHhIMG8xdE5jRDkrRTZWTzZhYTVNNzBWTDk3VUhmSm1Ja2NkanorVkRMRncKZ0ZsZ0hlSHMrTzFYTjhadXVoK1FRRTRCZXZXdUN6ZFJQS1FNN005Nk1MeVZydUtrTHJOK3R6T1NhSDJKQXphSwo4NHNmVjNoL202bGdYM3g1NXVRV2tTNGpNODUyeVl4R3VtYzJCRVBqcE9DMTFHMUJ4N09ZSlRIa2NqdXdQM0MvCkpUMWlvczBuMDZjcktTK1lFNG5EN1pwazFDSjd4c2k2c1ljNmEwUU5MbmZ4d0VVQlRIVm40cmR0TFBOU3lHWjUKNmR6bFFyaUhrK2Z0VEc3Y2tqYjJvK1lMN1h2RWtiZi9XYk9xbVlMWVd6WlMwajNaSFJicmNsdzhneGVaaUxHVgpIdG9sQm9GcTdhSmNlN1pVQzZrQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFDRkl0bkxDSGxjZUN4UnMxQW5vWk14ektKYlQKaWZ5S0x2T1M2R1FPY3Vuc01nUmtTRExzV3pWYkd2amhaMG5BK3E4Mk5hUnJKK2xwRllJVUt0VzNBTmVEbmNCNQpjNUJjWHdmeS9Fc3hIMXpReDJGazh1b3BEVjBBTGlmZlV2V25UMmRCaXhQR0FLUkhYUEx1RGc2NXZmaU5oUlRDCmI3cjlnaHJOSjlSRWFkQ1JDem1ZcnIyZlhqTExCMU5XR3d5SG0zUGRlNGtocU96cEFDbExmSkNVUmhhS2V2WVUKZnFRUmlTc0xJU2FwbUFHVTBPbFJ4UUNmaWxEYnNvK0lhWHNnZlFWOVhTL21PR2tQZzBINHJZL2E2T09CeExVNgpNeDBXcWMwOFZOUmZUdDJaczBBM2RGSVgxQ3pDbUZWV01EMTJPbjBXMVlGTld4RC9HK0IyK3ZZU3BYTT0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo= + server: https://baa7f888-96da-4a73-ad69-59b4a33ac171.api.k8s.fr-par.scw.cloud:6443 contexts: - name: admin@clitest context: @@ -15,4 +15,4 @@ preferences: {} users: - name: clitest-admin user: - token: n8OSI426XiueAAwdqHrNFtpORyM9qASjnf9jrp2BY02HXh2k0gIWYgRn + token: 0Txaf9owpZtifHEhyKza4W6TLvpUksmXsAmey6AQHgwtv2fwWgrs4MVF diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.cassette.yaml index 0574b44133..f952e25d17 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.cassette.yaml +++ b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.cassette.yaml @@ -12,7 +12,7 @@ interactions: url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters method: POST response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572381966Z","updated_at":"2020-03-16T11:22:39.572381966Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947621820Z","updated_at":"2020-03-16T11:37:53.947621820Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "989" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:22:40 GMT + - Mon, 16 Mar 2020 11:37:54 GMT Server: - scaleway_api Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8299e01e-4f1a-4105-9d37-ce345782dc56 + - 4f293f1a-87fa-4707-94f9-29e68ed0901d status: 200 OK code: 200 duration: "" @@ -41,10 +41,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:37:53.947622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -53,7 +53,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:22:40 GMT + - Mon, 16 Mar 2020 11:37:54 GMT Server: - scaleway_api Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4ffe32bd-f4f3-46d6-844b-44bddb886b1d + - e47d575b-78f5-4bfa-b7bf-9e4621812331 status: 200 OK code: 200 duration: "" @@ -73,10 +73,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:37:53.947622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -85,7 +85,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:22:45 GMT + - Mon, 16 Mar 2020 11:37:59 GMT Server: - scaleway_api Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9892db13-64ff-4c50-a3bb-acf36c6031ab + - bfec3db2-f092-41e6-a1fd-31eec1c0d0fa status: 200 OK code: 200 duration: "" @@ -105,10 +105,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:37:53.947622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -117,7 +117,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:22:50 GMT + - Mon, 16 Mar 2020 11:38:04 GMT Server: - scaleway_api Strict-Transport-Security: @@ -127,7 +127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 62b8d27d-f7ae-4894-97fb-3cad7c77965d + - 21217458-633a-4a48-a48b-159b7d358d04 status: 200 OK code: 200 duration: "" @@ -137,10 +137,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:37:53.947622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -149,7 +149,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:22:55 GMT + - Mon, 16 Mar 2020 11:38:09 GMT Server: - scaleway_api Strict-Transport-Security: @@ -159,7 +159,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b4c37013-9099-49bd-80ca-d293b06e7c3a + - 958a7ab6-0d97-415a-93a8-3769111e226b status: 200 OK code: 200 duration: "" @@ -169,10 +169,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:37:53.947622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -181,7 +181,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:00 GMT + - Mon, 16 Mar 2020 11:38:14 GMT Server: - scaleway_api Strict-Transport-Security: @@ -191,7 +191,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c7851899-6fcb-4d81-adcd-3e5cc5b5b929 + - 04b735fc-df30-419f-902e-853dd34ee6b1 status: 200 OK code: 200 duration: "" @@ -201,10 +201,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:37:53.947622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -213,7 +213,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:05 GMT + - Mon, 16 Mar 2020 11:38:19 GMT Server: - scaleway_api Strict-Transport-Security: @@ -223,7 +223,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b23e4755-5b3c-4670-807c-1f45580105e0 + - e61f664c-67cb-44a7-86bf-4679acae82a0 status: 200 OK code: 200 duration: "" @@ -233,10 +233,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:37:53.947622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -245,7 +245,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:10 GMT + - Mon, 16 Mar 2020 11:38:24 GMT Server: - scaleway_api Strict-Transport-Security: @@ -255,7 +255,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9208d345-cb49-4684-93ed-a687cb639a9f + - 368d1c0f-2622-473a-a103-d00e64ea65c8 status: 200 OK code: 200 duration: "" @@ -265,19 +265,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:22:39.572382Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:37:53.947622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "991" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:15 GMT + - Mon, 16 Mar 2020 11:38:29 GMT Server: - scaleway_api Strict-Transport-Security: @@ -287,7 +287,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5abafd51-781e-4717-8904-8c657381c5a0 + - ef36807d-7496-4f6b-8071-bd192cfb3c70 status: 200 OK code: 200 duration: "" @@ -297,19 +297,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:17.992635Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:37:53.947622Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "988" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:20 GMT + - Mon, 16 Mar 2020 11:38:34 GMT Server: - scaleway_api Strict-Transport-Security: @@ -319,7 +319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7e5ad93a-af81-4590-a3c3-670f1349cc8f + - 413486c7-61d8-4fe8-809b-b63d0fcd811a status: 200 OK code: 200 duration: "" @@ -329,19 +329,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwSk1FMUdiMWhFVkUxM1RVUk5lRTVVUlhoTmFra3dUVVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRERnZDa1l6TW5CbVNFVXpiMWxCUm1FNFZUTnJRbEU1TVd3NGVHTjZRMjVGWW1KeFYxWm5kRTV2WVRKMlMwbzJiRXh5ZVRabVNGRmtRMnROVlZOck9YazJSMW9LUW5GUWRFVmFjMjlWY0hSTE1YazVURUpvWjNWQ2J6UjBTMFZZV0RsaVNWZFNRVFl2U2pFNVZsVldXR1ZTT1dFd05VZGtXbVJOV2pocUwwMURORVJ0TWdwUFVHMUdUVmRoUkd4UWRrNTRNVVZFTjNwNFpIYzFhMkl4SzNZNVdDczVVa1Z4WmtKWlVXaGliRlozV1VaUWIzZERTRVIxTVZOa1duQm9jWGR1ZGtWb0NscDVaazR2U1U0NU1VNXNiVlowVXk5V01UaFZLemhOTlhSelVqTjJSWEJ2YVhnd2IzaDZNa3Q1Vkc1MVkwRlJSaTl5YmpaV05ITjFVR3BwWkVjeE5Wb0tVelZwVVVsck5FbEhlVE01VUVJeldUSmFNRmxsWXk5Wk5VSlFaMEZIY0ZOalkxbElZV2RxZDBoUGVtdHBWRVJGT0RoT1MzRTRiMFl5Um1ka1JtaGtkZ3BOWkRrME9VTjFlVlZQYld4eVltb3lSa2d3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTVZtaFVXVE5WY25ZeVNuWlliV1pMZFhJd1pGTjBURlpoVVhNS01IbG9PVVJvWVdOc2NGWkdURWRLYkdOeE1tdDNkRmx2VlhNckwzVk5SSFJuUzA1WFNWVnNTVXBZY1doeU9EY3ZSR2RHY2pkUlUwTm9kVlJEY25CSVdnb3dTMlJOZGpZM05XRkVWa3BQYW1WUGMyeHJWMmNyYm1ncmNqTXdTamhtZWpWcGNFSjFlRXd6SzJScVJ6STJSbmt2ZDNWc2R6VjFZbEo2U1VFMldVeDZDa3g1TDJoM1dtZENhVE5pU3pOQlFtRk5hWEpzYVZJMVRXVnBjemxHVUVwRFZuVnlOek5yU1ZSclUxbFRWRXBPY1N0VUwxZHVjMVZVVFVsWFNUTkJTa3dLZVhwMVZ6UnVZbTFCT0dkNFRHWmFLMWRrVXpGaGMyTklPVmRzUmtaUk1Xd3diRXcyVFd4WVREUlZNV2hrWjNrd2VYaEZZbUpzZVVWT2FYSXpkbms1UlFwc1NGQXhSazFKYkhaVlNHRTFWRUV4SzBwbmFVbFNaRWRUYjJkUFZGWTFlSE5QUVhCclNUWXhVazFUWlZkR1YwUlpRMU41T1ZJM2ExbFFPRDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vZDRlZjg5ODUtNmEzYy00OWViLThmMmMtM2Y3ZDFiYWVlZjM5LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBleXBObll4WmRQZ3pJVnFBdlpOQUxDdmRDSFF0YzViRlZyUFlBTUJRbTV2d3AwSjA0UHJKMEY1Zg=="}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:35.727047Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "2468" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:20 GMT + - Mon, 16 Mar 2020 11:38:39 GMT Server: - scaleway_api Strict-Transport-Security: @@ -351,7 +351,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 214a3ac8-8f6c-447e-b51c-1f1bf9e13f5d + - fceebe3d-729f-4708-bf98-0995b7bc16f4 status: 200 OK code: 200 duration: "" @@ -361,10 +361,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwSk1FMUdiMWhFVkUxM1RVUk5lRTVVUlhoTmFra3dUVVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRERnZDa1l6TW5CbVNFVXpiMWxCUm1FNFZUTnJRbEU1TVd3NGVHTjZRMjVGWW1KeFYxWm5kRTV2WVRKMlMwbzJiRXh5ZVRabVNGRmtRMnROVlZOck9YazJSMW9LUW5GUWRFVmFjMjlWY0hSTE1YazVURUpvWjNWQ2J6UjBTMFZZV0RsaVNWZFNRVFl2U2pFNVZsVldXR1ZTT1dFd05VZGtXbVJOV2pocUwwMURORVJ0TWdwUFVHMUdUVmRoUkd4UWRrNTRNVVZFTjNwNFpIYzFhMkl4SzNZNVdDczVVa1Z4WmtKWlVXaGliRlozV1VaUWIzZERTRVIxTVZOa1duQm9jWGR1ZGtWb0NscDVaazR2U1U0NU1VNXNiVlowVXk5V01UaFZLemhOTlhSelVqTjJSWEJ2YVhnd2IzaDZNa3Q1Vkc1MVkwRlJSaTl5YmpaV05ITjFVR3BwWkVjeE5Wb0tVelZwVVVsck5FbEhlVE01VUVJeldUSmFNRmxsWXk5Wk5VSlFaMEZIY0ZOalkxbElZV2RxZDBoUGVtdHBWRVJGT0RoT1MzRTRiMFl5Um1ka1JtaGtkZ3BOWkRrME9VTjFlVlZQYld4eVltb3lSa2d3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTVZtaFVXVE5WY25ZeVNuWlliV1pMZFhJd1pGTjBURlpoVVhNS01IbG9PVVJvWVdOc2NGWkdURWRLYkdOeE1tdDNkRmx2VlhNckwzVk5SSFJuUzA1WFNWVnNTVXBZY1doeU9EY3ZSR2RHY2pkUlUwTm9kVlJEY25CSVdnb3dTMlJOZGpZM05XRkVWa3BQYW1WUGMyeHJWMmNyYm1ncmNqTXdTamhtZWpWcGNFSjFlRXd6SzJScVJ6STJSbmt2ZDNWc2R6VjFZbEo2U1VFMldVeDZDa3g1TDJoM1dtZENhVE5pU3pOQlFtRk5hWEpzYVZJMVRXVnBjemxHVUVwRFZuVnlOek5yU1ZSclUxbFRWRXBPY1N0VUwxZHVjMVZVVFVsWFNUTkJTa3dLZVhwMVZ6UnVZbTFCT0dkNFRHWmFLMWRrVXpGaGMyTklPVmRzUmtaUk1Xd3diRXcyVFd4WVREUlZNV2hrWjNrd2VYaEZZbUpzZVVWT2FYSXpkbms1UlFwc1NGQXhSazFKYkhaVlNHRTFWRUV4SzBwbmFVbFNaRWRUYjJkUFZGWTFlSE5QUVhCclNUWXhVazFUWlZkR1YwUlpRMU41T1ZJM2ExbFFPRDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vZDRlZjg5ODUtNmEzYy00OWViLThmMmMtM2Y3ZDFiYWVlZjM5LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBleXBObll4WmRQZ3pJVnFBdlpOQUxDdmRDSFF0YzViRlZyUFlBTUJRbTV2d3AwSjA0UHJKMEY1Zg=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFhwak1VOUdiMWhFVkUxM1RVUk5lRTVVUlhoTmVtTXhUMFp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRtbzFDbE4wZFZCQ1VsRnVhVVJZYTNGWU5GZHpWalJrV0ZZeVZHVlFZMGRYTkUxSk16WnlTRzAzVldkbldHTllRVFJ4WWxGMGNXOHhWMGd5YUV0V1VWUmxiR3dLTlhkRGNGSkRWbTQ1ZDNvNWR6Vk9WbFZCTjBsUk56UnJkVUo0YVRBclZWWkNRMlZKSzFaM1QzTkVUM1Z5V1dVMVUzbFVVa1F5ZFVOQlZreEdXa1ZvVmdwcFYyNWlhMlJhVERkU1EwUm9XbGgyZDFwR05VZHhkemhFYlVGSlppOUlkWGgwTVZWTGJWRkhTMnhEU2xsRU9IVm5ZbVZaUTB3eWVGQjVaSE5qTDNsaUNqQTBRbFl3WWxCclQzQllOalZDTkZjMFN5dDZMM3BVU2tWYVZHbE5OM2xKUlVOQlNqaHBlbFpEWmpKNlFUWTVURmhDVDNrNFRDdGFTakJwYzFGUlRGa0tUalkxYURjdlRrUklSM0J5ZGpGc1pWVnljR0ZxYkhaV1FtbHRkVzF6Wm5sU1UwNTRhRmxuY0ROeU5VaHZia1V2ZFUwMU9WSktRV0pVYWtObFMydExVd3BYYjBWemRHUjJZME5KVDBReU5HVndNR0l3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGSWFrWm9jMFZVTkRWMlQzUXhLMGN5T0VsclZVVkxSekZPWVZBS1dFZGhVemM1ZVhSalYwRjJSVFY0ZUhGeGMycDJjV3g2WVRBeVpHVktUWFpZWW1NclRpOXFhSFJuUWtsd1lWcE5NSFV2YWtGeVl6ZDJVa1ZDTVRCc2J3cEJibkkzZG5Zd2FHUjVRMGswWjNSaGREUlhTVzVxVDJOSFQzRk9XazVsVjJSYVF6ZFlOWE15YXpGR2RHNVlla3AyYlZrM05ESllXaTlQWjFGalluVkJDbGw2U1VGR1ZGUk1hWEJvTUVndlMxbEJZamgxZEdrMmQyVkZkMUk0VWxKME5UUmhZMWhHTm5RMlNrZElPSEZNVjJoRWNGSXlMM0l3VG1SMFVXMUhhbXdLWVRacE5UVlJNV3hTWTBGT1FWSjRPR0ZUUzJwelRXOHJialUzVFRSWE4wUm1jbEJvZDB3MVJUbGpUMjVQWVdKSVZ6WkpiVEp2WWtjelVHeHVlRVJtVXdvNWJpOXVZMEpVUkZGcGRVaFpXbms0UzJKclpHbFhjVXMyWW1OT1lsaFRNV2RGWTBzNFpYQkliMVJHZG5BelEzSnZZVlpXZVROdWJUVmxhejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vMWVhMjUxM2ItZTNlOC00NjRjLThmYWUtOGU4YWQxMTZhNGQyLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBUanhvSnJFeWZVdE1keWFQeHFJRGdCTUJMQ3N2UlRGbkhSeWlRMzNnbjJMTTlSeHpSaFZLakdYYQ=="}' headers: Content-Length: - "2468" @@ -373,39 +373,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:20 GMT - Server: - - scaleway_api - Strict-Transport-Security: - - max-age=63072000 - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - DENY - X-Request-Id: - - 5cda8eaa-6f34-4163-8409-723485cbd23d - status: 200 OK - code: 200 - duration: "" -- request: - body: "" - form: {} - headers: - User-Agent: - - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 - method: DELETE - response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417029Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' - headers: - Content-Length: - - "994" - Content-Security-Policy: - - default-src 'none'; frame-ancestors 'none' - Content-Type: - - application/json - Date: - - Mon, 16 Mar 2020 11:23:20 GMT + - Mon, 16 Mar 2020 11:38:39 GMT Server: - scaleway_api Strict-Transport-Security: @@ -415,7 +383,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0b268075-db50-4ead-9739-a77b8462c0b3 + - e646ffdf-f7a2-4e18-84b0-b3d6308e514a status: 200 OK code: 200 duration: "" @@ -425,19 +393,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2/kubeconfig method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFhwak1VOUdiMWhFVkUxM1RVUk5lRTVVUlhoTmVtTXhUMFp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRtbzFDbE4wZFZCQ1VsRnVhVVJZYTNGWU5GZHpWalJrV0ZZeVZHVlFZMGRYTkUxSk16WnlTRzAzVldkbldHTllRVFJ4WWxGMGNXOHhWMGd5YUV0V1VWUmxiR3dLTlhkRGNGSkRWbTQ1ZDNvNWR6Vk9WbFZCTjBsUk56UnJkVUo0YVRBclZWWkNRMlZKSzFaM1QzTkVUM1Z5V1dVMVUzbFVVa1F5ZFVOQlZreEdXa1ZvVmdwcFYyNWlhMlJhVERkU1EwUm9XbGgyZDFwR05VZHhkemhFYlVGSlppOUlkWGgwTVZWTGJWRkhTMnhEU2xsRU9IVm5ZbVZaUTB3eWVGQjVaSE5qTDNsaUNqQTBRbFl3WWxCclQzQllOalZDTkZjMFN5dDZMM3BVU2tWYVZHbE5OM2xKUlVOQlNqaHBlbFpEWmpKNlFUWTVURmhDVDNrNFRDdGFTakJwYzFGUlRGa0tUalkxYURjdlRrUklSM0J5ZGpGc1pWVnljR0ZxYkhaV1FtbHRkVzF6Wm5sU1UwNTRhRmxuY0ROeU5VaHZia1V2ZFUwMU9WSktRV0pVYWtObFMydExVd3BYYjBWemRHUjJZME5KVDBReU5HVndNR0l3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGSWFrWm9jMFZVTkRWMlQzUXhLMGN5T0VsclZVVkxSekZPWVZBS1dFZGhVemM1ZVhSalYwRjJSVFY0ZUhGeGMycDJjV3g2WVRBeVpHVktUWFpZWW1NclRpOXFhSFJuUWtsd1lWcE5NSFV2YWtGeVl6ZDJVa1ZDTVRCc2J3cEJibkkzZG5Zd2FHUjVRMGswWjNSaGREUlhTVzVxVDJOSFQzRk9XazVsVjJSYVF6ZFlOWE15YXpGR2RHNVlla3AyYlZrM05ESllXaTlQWjFGalluVkJDbGw2U1VGR1ZGUk1hWEJvTUVndlMxbEJZamgxZEdrMmQyVkZkMUk0VWxKME5UUmhZMWhHTm5RMlNrZElPSEZNVjJoRWNGSXlMM0l3VG1SMFVXMUhhbXdLWVRacE5UVlJNV3hTWTBGT1FWSjRPR0ZUUzJwelRXOHJialUzVFRSWE4wUm1jbEJvZDB3MVJUbGpUMjVQWVdKSVZ6WkpiVEp2WWtjelVHeHVlRVJtVXdvNWJpOXVZMEpVUkZGcGRVaFpXbms0UzJKclpHbFhjVXMyWW1OT1lsaFRNV2RGWTBzNFpYQkliMVJHZG5BelEzSnZZVlpXZVROdWJUVmxhejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vMWVhMjUxM2ItZTNlOC00NjRjLThmYWUtOGU4YWQxMTZhNGQyLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBUanhvSnJFeWZVdE1keWFQeHFJRGdCTUJMQ3N2UlRGbkhSeWlRMzNnbjJMTTlSeHpSaFZLakdYYQ=="}' headers: Content-Length: - - "991" + - "2468" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:20 GMT + - Mon, 16 Mar 2020 11:38:39 GMT Server: - scaleway_api Strict-Transport-Security: @@ -447,7 +415,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c00f590b-fd9d-407d-9d2a-71644a339570 + - 2fa79d76-7908-4e21-bae7-0293e469346d status: 200 OK code: 200 duration: "" @@ -457,19 +425,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 - method: GET + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 + method: DELETE response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812146Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "991" + - "994" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:25 GMT + - Mon, 16 Mar 2020 11:38:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -479,7 +447,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7ef3d3da-c4f4-4c2d-bc46-4ceb9e65daf1 + - 8b4bef7c-179b-426a-b838-0beab143ec92 status: 200 OK code: 200 duration: "" @@ -489,10 +457,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -501,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:30 GMT + - Mon, 16 Mar 2020 11:38:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -511,7 +479,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9474983f-4f39-4e06-b02a-4b667dbbb26f + - 2fd915b5-a0fa-48a8-8c73-88fcce886514 status: 200 OK code: 200 duration: "" @@ -521,10 +489,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -533,7 +501,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:35 GMT + - Mon, 16 Mar 2020 11:38:45 GMT Server: - scaleway_api Strict-Transport-Security: @@ -543,7 +511,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cd4aa10f-67ff-4176-9834-ceb20c996ac7 + - eda31d0c-9eb3-4712-a05e-5060edc8420e status: 200 OK code: 200 duration: "" @@ -553,10 +521,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -565,7 +533,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:40 GMT + - Mon, 16 Mar 2020 11:38:50 GMT Server: - scaleway_api Strict-Transport-Security: @@ -575,7 +543,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1c3c01d6-d7fb-4c1b-872d-2e07119fd346 + - b48eaf48-900e-4456-a0df-0d28ca5f870b status: 200 OK code: 200 duration: "" @@ -585,10 +553,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -597,7 +565,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:45 GMT + - Mon, 16 Mar 2020 11:38:55 GMT Server: - scaleway_api Strict-Transport-Security: @@ -607,7 +575,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 060753ef-e985-495b-97b6-1632cbaed94a + - 8ad52db5-1abc-4a25-9ba3-a802e0f13aff status: 200 OK code: 200 duration: "" @@ -617,10 +585,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -629,7 +597,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:50 GMT + - Mon, 16 Mar 2020 11:39:00 GMT Server: - scaleway_api Strict-Transport-Security: @@ -639,7 +607,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 219621c0-c3fb-475f-a229-ac8dbf2c7611 + - 3fe408a2-2a7b-4077-b9fd-b4502633a149 status: 200 OK code: 200 duration: "" @@ -649,10 +617,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -661,7 +629,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:23:55 GMT + - Mon, 16 Mar 2020 11:39:05 GMT Server: - scaleway_api Strict-Transport-Security: @@ -671,7 +639,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a332d0ad-badf-43f4-962f-4027edb20456 + - 1c3c06ea-dc7a-44c8-a731-37c4a2fb2fae status: 200 OK code: 200 duration: "" @@ -681,10 +649,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -693,7 +661,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:24:00 GMT + - Mon, 16 Mar 2020 11:39:10 GMT Server: - scaleway_api Strict-Transport-Security: @@ -703,7 +671,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b16f4e26-94cb-4cbc-9768-3f9443dce56d + - 79b88852-c8dc-4747-b0bc-d1edb3c82c25 status: 200 OK code: 200 duration: "" @@ -713,10 +681,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -725,7 +693,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:24:05 GMT + - Mon, 16 Mar 2020 11:39:15 GMT Server: - scaleway_api Strict-Transport-Security: @@ -735,7 +703,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8cbb1a1a-7591-4df3-a07e-4ef8cb2cad65 + - a571d6bc-5628-4e07-8126-601a3b33d171 status: 200 OK code: 200 duration: "" @@ -745,10 +713,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -757,7 +725,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:24:11 GMT + - Mon, 16 Mar 2020 11:39:20 GMT Server: - scaleway_api Strict-Transport-Security: @@ -767,7 +735,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8e0c4ef0-1db3-41b6-bbe8-9ee20a8ec197 + - 3a674845-6365-4f16-9d57-b2b4410e7310 status: 200 OK code: 200 duration: "" @@ -777,10 +745,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -789,7 +757,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:24:16 GMT + - Mon, 16 Mar 2020 11:39:25 GMT Server: - scaleway_api Strict-Transport-Security: @@ -799,7 +767,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a92804ac-8db8-404b-aab8-c0d5da0ea577 + - 1c4c634e-b0e8-4eab-92cc-e23549b19a74 status: 200 OK code: 200 duration: "" @@ -809,10 +777,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -821,7 +789,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:24:21 GMT + - Mon, 16 Mar 2020 11:39:30 GMT Server: - scaleway_api Strict-Transport-Security: @@ -831,7 +799,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 49a40154-8a0e-49ba-932d-4449ee4e81d9 + - 4bc6a6af-77ed-4d9f-8304-d1aef58e5c8d status: 200 OK code: 200 duration: "" @@ -841,10 +809,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -853,7 +821,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:24:26 GMT + - Mon, 16 Mar 2020 11:39:35 GMT Server: - scaleway_api Strict-Transport-Security: @@ -863,7 +831,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 37861aca-1eb8-4aae-abc5-f6e1469f89ed + - c2f3f377-7d54-4866-94ce-0cb9279c42b2 status: 200 OK code: 200 duration: "" @@ -873,10 +841,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -885,7 +853,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:24:31 GMT + - Mon, 16 Mar 2020 11:39:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -895,7 +863,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b7bf7abd-54d9-4082-90d7-e76c0e88dd84 + - 4a9c122f-c2fe-4cf8-b267-318d44370b7f status: 200 OK code: 200 duration: "" @@ -905,10 +873,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -917,7 +885,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:24:36 GMT + - Mon, 16 Mar 2020 11:39:45 GMT Server: - scaleway_api Strict-Transport-Security: @@ -927,7 +895,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cc5dc6f8-5204-45dd-a587-294af55ad959 + - 80f18086-afbd-490f-ac23-fbd288bc0388 status: 200 OK code: 200 duration: "" @@ -937,10 +905,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -949,7 +917,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:24:41 GMT + - Mon, 16 Mar 2020 11:39:50 GMT Server: - scaleway_api Strict-Transport-Security: @@ -959,7 +927,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2b088aa7-355c-4ac6-8993-d2108a712893 + - 1c845796-bfb6-4f68-a539-8d36b23646bd status: 200 OK code: 200 duration: "" @@ -969,10 +937,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -981,7 +949,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:24:46 GMT + - Mon, 16 Mar 2020 11:39:55 GMT Server: - scaleway_api Strict-Transport-Security: @@ -991,7 +959,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 23601c1f-782f-428e-b098-1157bc6ed928 + - de0e2432-f750-44bd-bddc-285491d113e1 status: 200 OK code: 200 duration: "" @@ -1001,10 +969,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1013,7 +981,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:24:51 GMT + - Mon, 16 Mar 2020 11:40:00 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1023,7 +991,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 24adf497-56e8-489b-8b7b-12f70c60c8d1 + - 4f17ecaf-f87e-4616-a756-c44b08e1f80a status: 200 OK code: 200 duration: "" @@ -1033,10 +1001,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1045,7 +1013,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:24:56 GMT + - Mon, 16 Mar 2020 11:40:05 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1055,7 +1023,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f20bbf4e-63f8-4198-be79-67661abc1713 + - c365fb6e-465d-49d2-a2f3-de0cda19970a status: 200 OK code: 200 duration: "" @@ -1065,10 +1033,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1077,7 +1045,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:25:01 GMT + - Mon, 16 Mar 2020 11:40:10 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1087,7 +1055,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ee2a0213-19ff-4e41-b256-e007b8db2e6e + - abbc79a0-3579-45ba-89a7-f4a649656352 status: 200 OK code: 200 duration: "" @@ -1097,10 +1065,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1109,7 +1077,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:25:06 GMT + - Mon, 16 Mar 2020 11:40:15 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1119,7 +1087,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 81bed55a-32fb-40fd-b4ce-eddc1d76e2da + - 6cc9a1e3-9219-448e-ae69-cbe4ea9cd6b1 status: 200 OK code: 200 duration: "" @@ -1129,10 +1097,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1141,7 +1109,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:25:11 GMT + - Mon, 16 Mar 2020 11:40:20 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1151,7 +1119,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 468181d3-5d2b-4d2f-96f9-b6b6dfad46a0 + - 7f476cb0-74d8-4fb8-924d-259875b34d78 status: 200 OK code: 200 duration: "" @@ -1161,10 +1129,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1173,7 +1141,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:25:16 GMT + - Mon, 16 Mar 2020 11:40:25 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1183,7 +1151,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 708bf40a-44c1-4c53-bf55-b70cb26e786f + - 1d05f694-1e2f-4487-b78f-783d5af54a4f status: 200 OK code: 200 duration: "" @@ -1193,10 +1161,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1205,7 +1173,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:25:21 GMT + - Mon, 16 Mar 2020 11:40:30 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1215,7 +1183,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5502cea-4914-48f3-a68c-692d5f15ecfc + - a7dd9b4c-f9b3-4749-aa25-b8dfebe52f6b status: 200 OK code: 200 duration: "" @@ -1225,10 +1193,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1237,7 +1205,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:25:26 GMT + - Mon, 16 Mar 2020 11:40:35 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1247,7 +1215,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d29cd921-40c0-418b-aed9-34c47203c5fe + - 06e89442-2c5f-4c62-8222-4a6d988620b0 status: 200 OK code: 200 duration: "" @@ -1257,10 +1225,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1269,7 +1237,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:25:31 GMT + - Mon, 16 Mar 2020 11:40:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1279,7 +1247,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a05c2bee-4cc7-4fbc-a5c4-eb51deec1a23 + - 282c7dad-f7e0-48ca-aa33-776d91e80593 status: 200 OK code: 200 duration: "" @@ -1289,10 +1257,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1301,7 +1269,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:25:36 GMT + - Mon, 16 Mar 2020 11:40:45 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1311,7 +1279,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b231406c-6e99-41a3-b521-e6b9f3c0ac89 + - dfb6d053-42d0-4f97-9067-bf6b0bb618ad status: 200 OK code: 200 duration: "" @@ -1321,10 +1289,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"region":"fr-par","id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:22:39.572382Z","updated_at":"2020-03-16T11:23:20.735417Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.947622Z","updated_at":"2020-03-16T11:38:40.210812Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1ea2513b-e3e8-464c-8fae-8e8ad116a4d2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1333,7 +1301,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:25:41 GMT + - Mon, 16 Mar 2020 11:40:50 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1343,7 +1311,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f1a67590-027e-4bc3-934a-f3e223e19d2e + - 961a4c14-4a7c-4928-a133-fb3b14537714 status: 200 OK code: 200 duration: "" @@ -1353,10 +1321,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 method: GET response: - body: '{"message":"resource is not found","resource":"cluster","resource_id":"d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39","type":"not_found"}' + body: '{"message":"resource is not found","resource":"cluster","resource_id":"1ea2513b-e3e8-464c-8fae-8e8ad116a4d2","type":"not_found"}' headers: Content-Length: - "128" @@ -1365,7 +1333,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:25:46 GMT + - Mon, 16 Mar 2020 11:40:56 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1375,7 +1343,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2d5f1704-0788-4bd9-90ed-8e462603b76d + - 4188020a-99c4-4353-9361-ef328005b44b status: 404 Not Found code: 404 duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.stdout.golden index f5e7b62bb8..bc4e8914fb 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.stdout.golden +++ b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-merge.stdout.golden @@ -1 +1 @@ -Kubeconfig for cluster d4ef8985-6a3c-49eb-8f2c-3f7d1baeef39 successfully written at /tmp/cli-merge-test +Kubeconfig for cluster 1ea2513b-e3e8-464c-8fae-8e8ad116a4d2 successfully written at /tmp/cli-merge-test diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.cassette.yaml index 9c7bc8b721..ee456bdfd5 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.cassette.yaml +++ b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.cassette.yaml @@ -12,7 +12,7 @@ interactions: url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters method: POST response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988448Z","updated_at":"2020-03-16T11:20:42.258988448Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950749880Z","updated_at":"2020-03-16T11:37:53.950749880Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "989" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:42 GMT + - Mon, 16 Mar 2020 11:37:54 GMT Server: - scaleway_api Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b5a9aeb3-0676-4044-8917-62204452c424 + - 69dfc1c1-7334-4f3b-afe7-a30d221bd896 status: 200 OK code: 200 duration: "" @@ -41,10 +41,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:20:42.258988Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:37:53.950750Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -53,7 +53,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:42 GMT + - Mon, 16 Mar 2020 11:37:54 GMT Server: - scaleway_api Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3acc12bb-516f-40bf-add1-0d25855dbef0 + - 1a0af9de-7425-4cbc-9399-cc62028a5007 status: 200 OK code: 200 duration: "" @@ -73,10 +73,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:20:42.258988Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:37:53.950750Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -85,7 +85,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:47 GMT + - Mon, 16 Mar 2020 11:37:59 GMT Server: - scaleway_api Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 13171262-4d51-4254-b760-46750565ba62 + - 48f5a180-ea1a-4dd1-a59a-301e046cddbf status: 200 OK code: 200 duration: "" @@ -105,10 +105,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:20:42.258988Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:37:53.950750Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -117,7 +117,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:52 GMT + - Mon, 16 Mar 2020 11:38:04 GMT Server: - scaleway_api Strict-Transport-Security: @@ -127,7 +127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6a9c6b9f-ee62-4c5f-8c19-d014ccd8890d + - b6e43599-d3ac-432e-922b-22317a5245be status: 200 OK code: 200 duration: "" @@ -137,10 +137,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:20:42.258988Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:37:53.950750Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -149,7 +149,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:20:57 GMT + - Mon, 16 Mar 2020 11:38:09 GMT Server: - scaleway_api Strict-Transport-Security: @@ -159,7 +159,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1885e193-a63b-4800-b807-deefd4059295 + - 224057d4-ca46-4c2d-bdf1-fce25dfdd5bb status: 200 OK code: 200 duration: "" @@ -169,10 +169,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:20:42.258988Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:37:53.950750Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -181,7 +181,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:02 GMT + - Mon, 16 Mar 2020 11:38:14 GMT Server: - scaleway_api Strict-Transport-Security: @@ -191,7 +191,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 11db6f6f-9473-467f-9dfd-a7030ae5bc67 + - 93b31d73-7c72-47ac-9ca4-cea4ad09c624 status: 200 OK code: 200 duration: "" @@ -201,10 +201,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:20:42.258988Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:37:53.950750Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -213,7 +213,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:07 GMT + - Mon, 16 Mar 2020 11:38:19 GMT Server: - scaleway_api Strict-Transport-Security: @@ -223,7 +223,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4b7740df-e036-43c6-bb93-8e67a7a86e9b + - eb88743d-1de3-46d8-9404-93cb3283bd81 status: 200 OK code: 200 duration: "" @@ -233,10 +233,42 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.061189Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:37:53.950750Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:38:24 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 5db7badf-f7eb-4e5b-af9a-3bfa109eeaa8 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 + method: GET + response: + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:26.394437Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "988" @@ -245,7 +277,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:12 GMT + - Mon, 16 Mar 2020 11:38:29 GMT Server: - scaleway_api Strict-Transport-Security: @@ -255,7 +287,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 02a6059c-a824-40be-86db-b7bac16b9469 + - 6bca290c-1d01-4144-a5b9-9d6032c13c1b status: 200 OK code: 200 duration: "" @@ -265,10 +297,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwQk1FMXNiMWhFVkUxM1RVUk5lRTVVUlhoTmFrRXdUV3h2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRFVXhDbkZhUlhGaFlrcHljbmhxYVhGNlZFMWtXVE5JTTFOT1ZVcHpkSEkwWkhGSmRqQlliV2x3YVVKTlpUVkRUMmxXVVV0S0t6ZFNORXcxTTBGS1drRjRRblFLYWpBclJuSlRWelZLYzNCalYwbHNhVE14VTNCak5EQkZabEo1YVRac04zUlJNek4wU0VZeFlXSlBZbkY2VjI5dU9TczNPWGRsWmtWMlNuSmtWWE0yV1FwS2VETjBWM0o2T1d0dU1XdE1TVVZwTWk4emFGUmlVakUyZEhjMmFGTlJhRGN4WldSR1ZTOXdja1JRV21rclFrRTFZMU5OYUcxeFJIZDJlbkp4ZVRkUkNtWmlkVUZ0VUdsWVYyOTVlRlZpWlV0Tk9FZG5ZbUU0VTJadFlUUlVaSFJ1YkM5MlpVRkxVVmhoYkN0RVlYcGpiVkpEV0ZOUFlUQlFTUzlCZUhSa0wxY0tMMXBDUzNVd1dYQmthamxyTXk5UVZrdFVUbEpEYVVKUmRFc3dXWGxwZGpOblIxUndSM1JxWTBaa1kweGtVakpUU0RKemRIWmFOemsxUkhrd2ExTXpXQXBGSzNCcFltcFlkRVZqWVdSc09HNUVaR2RGUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTGVIaDRkSFZyZHl0NVVscG9SRXBoY1VWQmNWRlFSazU0WlZjS2RWYzRWWGxwY1hac1VGSmxVblpRZVdGWFN6Tm1WVlpSU1hONVZFNHJSQ3Q1V2l0dGFURmtRbXRTVmxSdVNVUkNVMVZTZEdOeFVXOVdVM1pMVmpGVlNBcHlNMVZzUkVka1lXOXJSME5wWm1SbFV6VmFhVzVWVlVkMVVsRlBOVzF2ZG5Zd2JrWjZTMmhoTkdOSmVtbzBiMGN4ZVhoYWMyYzBUR3R2ZVZsWWREWTFDbUl4Ym5sT05XaGxUM1I2ZG5sTU5qTk1SbFZoYkZOcmNFcFBWbVJvZEdZeE1VOHliR1pUYUZSTGJsWlFWa2RhYVhWVFVtVnRWV3RwZDNKVVNqUXZUekVLZW1ac2FuVkJVbFJsYVZWSmFHUnNWbUZUUlM5bmFrMVpZbWRqUTBKclMxVmFlbk40VFVWcmQxb3pjek5UUjFGa1VFTldhSGxKUTBoelEyeEJSaTlLYmdvMGNHTjBha2NyUTJsRFpURkVWMWxvTjBneU4xWmFTVVJJUVU5aVluRTRaek1yY0ZOM1FrRm9hV2cyY1VaaU0xcEVZa2N3Y3k5SWFESTNVVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vZjNjZDIwMmMtYTA0OC00ZDg2LWIwYjAtZTg4MGVlOTZkYmE5LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiA4S1pYb2dTNmk4Qzl5SHJ5MVg2aVpqMmdhU3dUWDN3ck1kZHlYbmExck5iamJKQVBicXZxcUlubg=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFhwak1VNUdiMWhFVkUxM1RVUk5lRTVVUlhoTmVtTXhUa1p2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlVHWnVDbk52V1VwQmJHTmpOMHh1VWtoemNVTmtkV2xzTm5wSWVXaGlMMnBpZWpFeFVGWkVXVUpVT0VoamIzVXljWGR2VW5wMWVtNURieTh4WkRONlJFVjVTRTBLVXpGeUwyaDBNMnhSVDB3ek4xaElNVEV5WVVWRmRHNXBSbEp1THpSTldEUTNXRkpSUW5ZeGNVWnRZMmRSUjBwaFVFSm9iVkJxWm14b01YZzJjVVpMYVFvNVQxZE5WbkpTYmt0SVQyWldXVkpFV2l0U1pHYzFaVXBpV21walJuaHpOemNyVEVseFNYWXpNRUlyVlRaS05uWjNXbUpETDBocUwweHFjbk4xZVRka0NtVnJablkxZURWcVJuaHFMMHRETkZZeFdHdE1TMGgzTDNCeU5sazVURXBwUzNNeFZGaFRWa2RvVVdWdGIzVjVLMWwzUzNCNFNuVlpjR3RYZUhaa2RFc0tUa1pJVDJRemFHTnpPVWxaV25ScVkwUXZWM2hQT0haM2JVd3haUzlIVWs1cVNXTnJTbk40ZFc1eVRVOVRibGRITWtwb1NHdFFiblF5WkRGWVMzQkdjZ3BLT1dSRFNGQnJSRk53WkVJMVJXVXpkWFpOUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGSVYzUTNRVWxJZWpKQ05HNHZOVkY1VHpnd2VXcGphV2tyUW5RS1RXbHZaM2xOWXpWa1luSmhTV04yVEhCTGJYWlFTMHBwYm1GYVRDdFdWR2sxV1hWR1pHaFRXVlJwYkZGSU5rdDBabXBhYkZkTEswZExObUl3YWtaU2RncG1Rblp6TURCcU5HbE5jbE5TY2tadGNtWkNjbTV0YkU5NE1XMVNTM1ZCVm1sc1JubHZaRTFpSzJZeWNrWnNkazlzWVVsMmFESklXRVo1Um5ocWFqaFVDa1YxU1hWc0swaHRiVTlyVmtOSGVXTkNkRFptYzNKS1ZrdFlNMFl5TnpWc05sVktWamxDVmpGNFRYaEtTV2x6VlVad0t6ZG5lVGhtY25ZNE5rZ3pWVWtLVW0xVE5ua3pSVEJuVDAxNGRrVjNVbUZ6ZVdWaVR6ZFpOVE5UYWtGaE1WSm9WMHRMWkZjeEwyMU9TMlZLZG1KTWJIVTJZbTFJZDNGWFZHcGpUR1puTkFwSFoxQmhkVGRaYUhwV05UbGhhRFJQYkZwek1qUkRiaTh2WVU4MFRDc3hXakJLYUd0c1RYTnZObkJrZFRCWVVsaG9jRzgxYTNoRVowTXJZejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYWZiNGZjODktMGUyZC00MjI4LWFkYzMtNGRhMzUzN2E4OWQzLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiAxdkZJVTluT2ZneG1tVDJVMDY2a0Y2MWR2eEJGM0xmeUhuUXVxaWFsSlVEaHJJTHNuSnlXYWlMdQ=="}' headers: Content-Length: - "2468" @@ -277,7 +309,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:12 GMT + - Mon, 16 Mar 2020 11:38:29 GMT Server: - scaleway_api Strict-Transport-Security: @@ -287,7 +319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ac951b07-87bf-4e03-a304-7a27116efe62 + - 8d3f30b5-86a1-4f9c-b996-2d60b9a45f78 status: 200 OK code: 200 duration: "" @@ -297,10 +329,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwQk1FMXNiMWhFVkUxM1RVUk5lRTVVUlhoTmFrRXdUV3h2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRFVXhDbkZhUlhGaFlrcHljbmhxYVhGNlZFMWtXVE5JTTFOT1ZVcHpkSEkwWkhGSmRqQlliV2x3YVVKTlpUVkRUMmxXVVV0S0t6ZFNORXcxTTBGS1drRjRRblFLYWpBclJuSlRWelZLYzNCalYwbHNhVE14VTNCak5EQkZabEo1YVRac04zUlJNek4wU0VZeFlXSlBZbkY2VjI5dU9TczNPWGRsWmtWMlNuSmtWWE0yV1FwS2VETjBWM0o2T1d0dU1XdE1TVVZwTWk4emFGUmlVakUyZEhjMmFGTlJhRGN4WldSR1ZTOXdja1JRV21rclFrRTFZMU5OYUcxeFJIZDJlbkp4ZVRkUkNtWmlkVUZ0VUdsWVYyOTVlRlZpWlV0Tk9FZG5ZbUU0VTJadFlUUlVaSFJ1YkM5MlpVRkxVVmhoYkN0RVlYcGpiVkpEV0ZOUFlUQlFTUzlCZUhSa0wxY0tMMXBDUzNVd1dYQmthamxyTXk5UVZrdFVUbEpEYVVKUmRFc3dXWGxwZGpOblIxUndSM1JxWTBaa1kweGtVakpUU0RKemRIWmFOemsxUkhrd2ExTXpXQXBGSzNCcFltcFlkRVZqWVdSc09HNUVaR2RGUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTGVIaDRkSFZyZHl0NVVscG9SRXBoY1VWQmNWRlFSazU0WlZjS2RWYzRWWGxwY1hac1VGSmxVblpRZVdGWFN6Tm1WVlpSU1hONVZFNHJSQ3Q1V2l0dGFURmtRbXRTVmxSdVNVUkNVMVZTZEdOeFVXOVdVM1pMVmpGVlNBcHlNMVZzUkVka1lXOXJSME5wWm1SbFV6VmFhVzVWVlVkMVVsRlBOVzF2ZG5Zd2JrWjZTMmhoTkdOSmVtbzBiMGN4ZVhoYWMyYzBUR3R2ZVZsWWREWTFDbUl4Ym5sT05XaGxUM1I2ZG5sTU5qTk1SbFZoYkZOcmNFcFBWbVJvZEdZeE1VOHliR1pUYUZSTGJsWlFWa2RhYVhWVFVtVnRWV3RwZDNKVVNqUXZUekVLZW1ac2FuVkJVbFJsYVZWSmFHUnNWbUZUUlM5bmFrMVpZbWRqUTBKclMxVmFlbk40VFVWcmQxb3pjek5UUjFGa1VFTldhSGxKUTBoelEyeEJSaTlLYmdvMGNHTjBha2NyUTJsRFpURkVWMWxvTjBneU4xWmFTVVJJUVU5aVluRTRaek1yY0ZOM1FrRm9hV2cyY1VaaU0xcEVZa2N3Y3k5SWFESTNVVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vZjNjZDIwMmMtYTA0OC00ZDg2LWIwYjAtZTg4MGVlOTZkYmE5LmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiA4S1pYb2dTNmk4Qzl5SHJ5MVg2aVpqMmdhU3dUWDN3ck1kZHlYbmExck5iamJKQVBicXZxcUlubg=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFhwak1VNUdiMWhFVkUxM1RVUk5lRTVVUlhoTmVtTXhUa1p2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlVHWnVDbk52V1VwQmJHTmpOMHh1VWtoemNVTmtkV2xzTm5wSWVXaGlMMnBpZWpFeFVGWkVXVUpVT0VoamIzVXljWGR2VW5wMWVtNURieTh4WkRONlJFVjVTRTBLVXpGeUwyaDBNMnhSVDB3ek4xaElNVEV5WVVWRmRHNXBSbEp1THpSTldEUTNXRkpSUW5ZeGNVWnRZMmRSUjBwaFVFSm9iVkJxWm14b01YZzJjVVpMYVFvNVQxZE5WbkpTYmt0SVQyWldXVkpFV2l0U1pHYzFaVXBpV21walJuaHpOemNyVEVseFNYWXpNRUlyVlRaS05uWjNXbUpETDBocUwweHFjbk4xZVRka0NtVnJablkxZURWcVJuaHFMMHRETkZZeFdHdE1TMGgzTDNCeU5sazVURXBwUzNNeFZGaFRWa2RvVVdWdGIzVjVLMWwzUzNCNFNuVlpjR3RYZUhaa2RFc0tUa1pJVDJRemFHTnpPVWxaV25ScVkwUXZWM2hQT0haM2JVd3haUzlIVWs1cVNXTnJTbk40ZFc1eVRVOVRibGRITWtwb1NHdFFiblF5WkRGWVMzQkdjZ3BLT1dSRFNGQnJSRk53WkVJMVJXVXpkWFpOUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGSVYzUTNRVWxJZWpKQ05HNHZOVkY1VHpnd2VXcGphV2tyUW5RS1RXbHZaM2xOWXpWa1luSmhTV04yVEhCTGJYWlFTMHBwYm1GYVRDdFdWR2sxV1hWR1pHaFRXVlJwYkZGSU5rdDBabXBhYkZkTEswZExObUl3YWtaU2RncG1Rblp6TURCcU5HbE5jbE5TY2tadGNtWkNjbTV0YkU5NE1XMVNTM1ZCVm1sc1JubHZaRTFpSzJZeWNrWnNkazlzWVVsMmFESklXRVo1Um5ocWFqaFVDa1YxU1hWc0swaHRiVTlyVmtOSGVXTkNkRFptYzNKS1ZrdFlNMFl5TnpWc05sVktWamxDVmpGNFRYaEtTV2x6VlVad0t6ZG5lVGhtY25ZNE5rZ3pWVWtLVW0xVE5ua3pSVEJuVDAxNGRrVjNVbUZ6ZVdWaVR6ZFpOVE5UYWtGaE1WSm9WMHRMWkZjeEwyMU9TMlZLZG1KTWJIVTJZbTFJZDNGWFZHcGpUR1puTkFwSFoxQmhkVGRaYUhwV05UbGhhRFJQYkZwek1qUkRiaTh2WVU4MFRDc3hXakJLYUd0c1RYTnZObkJrZFRCWVVsaG9jRzgxYTNoRVowTXJZejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYWZiNGZjODktMGUyZC00MjI4LWFkYzMtNGRhMzUzN2E4OWQzLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiAxdkZJVTluT2ZneG1tVDJVMDY2a0Y2MWR2eEJGM0xmeUhuUXVxaWFsSlVEaHJJTHNuSnlXYWlMdQ=="}' headers: Content-Length: - "2468" @@ -309,7 +341,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:13 GMT + - Mon, 16 Mar 2020 11:38:29 GMT Server: - scaleway_api Strict-Transport-Security: @@ -319,7 +351,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e18d3408-288c-40e7-98e1-40b7ce01b718 + - 805df691-eb41-4b16-94c4-600faaed5a52 status: 200 OK code: 200 duration: "" @@ -329,10 +361,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: DELETE response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558430899Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080089614Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "994" @@ -341,7 +373,327 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:13 GMT + - Mon, 16 Mar 2020 11:38:29 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 6e801c34-0f32-454a-86d0-6de2fc117d80 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 + method: GET + response: + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:38:29 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 99644199-c4d4-4d94-8b4b-859fc64ed18b + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 + method: GET + response: + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:38:34 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 61961633-f042-46cc-8093-7ef1e0c55cc8 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 + method: GET + response: + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:38:40 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - eecd295a-654c-41fb-ae79-b20091f65c72 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 + method: GET + response: + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:38:45 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1a472246-77ec-484a-8664-e083f9ad1ebb + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 + method: GET + response: + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:38:50 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 49f8a1b5-2b06-4021-9030-1fd6f080aaff + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 + method: GET + response: + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:38:55 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f471577b-100e-43a4-b091-39ef8864d3d0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 + method: GET + response: + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:39:00 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8aad1142-615a-4bdf-ab47-643cb30f8934 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 + method: GET + response: + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:39:05 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 729bf0e8-d5eb-4439-978b-70a22ade2291 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 + method: GET + response: + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:39:10 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f5e3c28c-a695-45e9-8524-2f892b65c2bc + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 + method: GET + response: + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:39:15 GMT Server: - scaleway_api Strict-Transport-Security: @@ -351,7 +703,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5df932a1-ee6f-4fa1-b7d0-a89d5e4e9c13 + - 93dc464f-c7a9-4519-a07c-f166ab39927d status: 200 OK code: 200 duration: "" @@ -361,10 +713,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -373,7 +725,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:13 GMT + - Mon, 16 Mar 2020 11:39:20 GMT Server: - scaleway_api Strict-Transport-Security: @@ -383,7 +735,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8007a686-7eb3-40bf-b521-23ee7f7bcc4c + - e709a619-0e26-4569-8122-9fd20cdfc868 status: 200 OK code: 200 duration: "" @@ -393,10 +745,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -405,7 +757,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:18 GMT + - Mon, 16 Mar 2020 11:39:25 GMT Server: - scaleway_api Strict-Transport-Security: @@ -415,7 +767,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3bbc907f-3774-41de-bde9-a68a121b6e1c + - 2425f716-b78c-48ca-b21d-55b002dfd653 status: 200 OK code: 200 duration: "" @@ -425,10 +777,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -437,7 +789,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:23 GMT + - Mon, 16 Mar 2020 11:39:30 GMT Server: - scaleway_api Strict-Transport-Security: @@ -447,7 +799,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - bf106458-4ab0-43d2-93ef-4382e91f285f + - d5c25c11-1b71-44e1-bd51-ae2c1d9fdaae status: 200 OK code: 200 duration: "" @@ -457,10 +809,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -469,7 +821,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:28 GMT + - Mon, 16 Mar 2020 11:39:35 GMT Server: - scaleway_api Strict-Transport-Security: @@ -479,7 +831,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2c1fecef-8e1f-412c-95c5-bf4af29e63c9 + - 8fb070d4-7551-444c-84bf-60ddd407aa79 status: 200 OK code: 200 duration: "" @@ -489,10 +841,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -501,7 +853,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:33 GMT + - Mon, 16 Mar 2020 11:39:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -511,7 +863,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3d3e8e90-dcef-4c3d-8741-6c7fb7bf34eb + - 1a5a9bd7-7688-4894-8a5f-93b8290f18ae status: 200 OK code: 200 duration: "" @@ -521,10 +873,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -533,7 +885,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:38 GMT + - Mon, 16 Mar 2020 11:39:45 GMT Server: - scaleway_api Strict-Transport-Security: @@ -543,7 +895,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 899ad810-852b-4684-9ef5-45b5b344cab3 + - 9f76f8db-8469-4d29-be61-ca96bf7f0baa status: 200 OK code: 200 duration: "" @@ -553,10 +905,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -565,7 +917,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:43 GMT + - Mon, 16 Mar 2020 11:39:50 GMT Server: - scaleway_api Strict-Transport-Security: @@ -575,7 +927,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a1e91e7c-7141-42a5-a6ae-0d519d5137df + - ea7fb490-9dc9-42a1-a6ca-ac74f9f82ab8 status: 200 OK code: 200 duration: "" @@ -585,10 +937,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -597,7 +949,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:48 GMT + - Mon, 16 Mar 2020 11:39:55 GMT Server: - scaleway_api Strict-Transport-Security: @@ -607,7 +959,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fff534c5-e8ab-4ef0-928c-0380ed698290 + - 4de8f3c6-35fe-4fe4-99d0-f32d089019c9 status: 200 OK code: 200 duration: "" @@ -617,10 +969,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -629,7 +981,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:53 GMT + - Mon, 16 Mar 2020 11:40:00 GMT Server: - scaleway_api Strict-Transport-Security: @@ -639,7 +991,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 99b45133-3e93-4993-8993-5abec5046619 + - 4a32f463-97f6-4759-8248-e464aebbc598 status: 200 OK code: 200 duration: "" @@ -649,10 +1001,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -661,7 +1013,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:21:58 GMT + - Mon, 16 Mar 2020 11:40:05 GMT Server: - scaleway_api Strict-Transport-Security: @@ -671,7 +1023,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b04b8057-9b99-4e4c-82df-422c4b830c70 + - aa101660-c01f-4a4f-bc01-39d00a0fefa3 status: 200 OK code: 200 duration: "" @@ -681,10 +1033,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -693,7 +1045,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:22:03 GMT + - Mon, 16 Mar 2020 11:40:10 GMT Server: - scaleway_api Strict-Transport-Security: @@ -703,7 +1055,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 510b3467-fea3-4a59-aeb3-8ed54f6e706e + - a3764709-05ad-4c29-b602-b802c81578a6 status: 200 OK code: 200 duration: "" @@ -713,10 +1065,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -725,7 +1077,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:22:08 GMT + - Mon, 16 Mar 2020 11:40:15 GMT Server: - scaleway_api Strict-Transport-Security: @@ -735,7 +1087,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5b23e04f-a39e-46a3-9860-07eb2b741da2 + - 89604922-798c-43b0-8436-0773579c50d8 status: 200 OK code: 200 duration: "" @@ -745,10 +1097,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -757,7 +1109,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:22:14 GMT + - Mon, 16 Mar 2020 11:40:20 GMT Server: - scaleway_api Strict-Transport-Security: @@ -767,7 +1119,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1b3d0857-d9dc-4ac6-b53c-a952cc850e0a + - 1ff27044-12b3-4b57-88cc-aa1584566909 status: 200 OK code: 200 duration: "" @@ -777,10 +1129,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -789,7 +1141,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:22:19 GMT + - Mon, 16 Mar 2020 11:40:25 GMT Server: - scaleway_api Strict-Transport-Security: @@ -799,7 +1151,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f5c01e78-ee9d-4a04-b21d-2ecad56778b9 + - a6ca21ac-819b-4f2e-b0cc-fe3b4edad9d1 status: 200 OK code: 200 duration: "" @@ -809,10 +1161,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -821,7 +1173,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:22:24 GMT + - Mon, 16 Mar 2020 11:40:30 GMT Server: - scaleway_api Strict-Transport-Security: @@ -831,7 +1183,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a6467055-9f58-438a-adf1-c697dad9fb00 + - b82afe4e-1851-4204-afd0-1c9bb89216df status: 200 OK code: 200 duration: "" @@ -841,10 +1193,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -853,7 +1205,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:22:29 GMT + - Mon, 16 Mar 2020 11:40:35 GMT Server: - scaleway_api Strict-Transport-Security: @@ -863,7 +1215,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6e34d9fe-c65f-4bfb-b32b-d80d1b65fcc0 + - 44bf8505-7edf-420e-a61e-206b999e68fb status: 200 OK code: 200 duration: "" @@ -873,10 +1225,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"region":"fr-par","id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:20:42.258988Z","updated_at":"2020-03-16T11:21:13.558431Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://f3cd202c-a048-4d86-b0b0-e880ee96dba9.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.f3cd202c-a048-4d86-b0b0-e880ee96dba9.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:37:53.950750Z","updated_at":"2020-03-16T11:38:30.080090Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://afb4fc89-0e2d-4228-adc3-4da3537a89d3.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.afb4fc89-0e2d-4228-adc3-4da3537a89d3.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -885,7 +1237,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:22:34 GMT + - Mon, 16 Mar 2020 11:40:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -895,7 +1247,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - de5ccf42-3d75-4bd2-8650-2ac8fe83b6c1 + - 68ae7bfc-6f24-4bc5-87d8-631daf8e38ac status: 200 OK code: 200 duration: "" @@ -905,10 +1257,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/f3cd202c-a048-4d86-b0b0-e880ee96dba9 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/afb4fc89-0e2d-4228-adc3-4da3537a89d3 method: GET response: - body: '{"message":"resource is not found","resource":"cluster","resource_id":"f3cd202c-a048-4d86-b0b0-e880ee96dba9","type":"not_found"}' + body: '{"message":"resource is not found","resource":"cluster","resource_id":"afb4fc89-0e2d-4228-adc3-4da3537a89d3","type":"not_found"}' headers: Content-Length: - "128" @@ -917,7 +1269,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:22:39 GMT + - Mon, 16 Mar 2020 11:40:45 GMT Server: - scaleway_api Strict-Transport-Security: @@ -927,7 +1279,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0208e193-4465-4cbb-92e4-3ae334ceaff7 + - 1f1d43ce-df3c-4e4a-81e4-c40187f8633e status: 404 Not Found code: 404 duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.stdout.golden index 15638e0652..30ca3fce75 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.stdout.golden +++ b/internal/namespaces/k8s/v1beta4/testdata/test-install-kubeconfig-simple.stdout.golden @@ -1 +1 @@ -Kubeconfig for cluster f3cd202c-a048-4d86-b0b0-e880ee96dba9 successfully written at /tmp/cli-test +Kubeconfig for cluster afb4fc89-0e2d-4228-adc3-4da3537a89d3 successfully written at /tmp/cli-test diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.cassette.yaml index d8bce2755a..5ff5b198b0 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.cassette.yaml +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.cassette.yaml @@ -12,7 +12,7 @@ interactions: url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters method: POST response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870963976Z","updated_at":"2020-03-10T07:43:37.870963976Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595000003Z","updated_at":"2020-03-16T11:40:56.595000003Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "989" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:38 GMT + - Mon, 16 Mar 2020 11:41:05 GMT Server: - scaleway_api Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ff8e87d3-e8d6-4cfb-9193-a715609c46ce + - 33756549-e0be-4e04-a431-7abda383587a status: 200 OK code: 200 duration: "" @@ -41,19 +41,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:40:56.595Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:38 GMT + - Mon, 16 Mar 2020 11:41:05 GMT Server: - scaleway_api Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c468f2c6-ce83-4887-a214-97416368cfeb + - 97cf94cd-cd15-4758-b1e4-9c7214cc0fee status: 200 OK code: 200 duration: "" @@ -73,19 +73,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:40:56.595Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:43 GMT + - Mon, 16 Mar 2020 11:41:10 GMT Server: - scaleway_api Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - aae56a5d-2480-404b-b5eb-cdea71d032b4 + - 510df0fd-ce41-4fce-a3fd-1fb0d526cb93 status: 200 OK code: 200 duration: "" @@ -105,19 +105,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:40:56.595Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:48 GMT + - Mon, 16 Mar 2020 11:41:15 GMT Server: - scaleway_api Strict-Transport-Security: @@ -127,7 +127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 21a20aa6-ab93-4d45-8fd1-fea22353df4c + - 66474641-7c96-4a7a-88e1-4172e276389f status: 200 OK code: 200 duration: "" @@ -137,19 +137,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:40:56.595Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:53 GMT + - Mon, 16 Mar 2020 11:41:20 GMT Server: - scaleway_api Strict-Transport-Security: @@ -159,7 +159,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d7668374-82b2-44ee-8fe2-224fa2d0d0fc + - dd90a9c7-7f2f-4878-bf99-b3ee6ac376d4 status: 200 OK code: 200 duration: "" @@ -169,19 +169,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:40:56.595Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:43:58 GMT + - Mon, 16 Mar 2020 11:41:26 GMT Server: - scaleway_api Strict-Transport-Security: @@ -191,7 +191,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4b0468ae-3b6a-4608-acf5-f03a5a4a5290 + - 526af3f7-a913-4607-845d-a172badf6452 status: 200 OK code: 200 duration: "" @@ -201,19 +201,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:40:56.595Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:03 GMT + - Mon, 16 Mar 2020 11:41:31 GMT Server: - scaleway_api Strict-Transport-Security: @@ -223,7 +223,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c236b9c7-90d5-446b-88c5-d0a7a65edde0 + - ae07aa18-3537-4837-8ced-9f39684ac160 status: 200 OK code: 200 duration: "" @@ -233,19 +233,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:40:56.595Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "976" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:08 GMT + - Mon, 16 Mar 2020 11:41:36 GMT Server: - scaleway_api Strict-Transport-Security: @@ -255,7 +255,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 59be0f00-ef41-4fca-8784-c5aaf077686a + - 699b149b-a946-448b-a85e-32405dd98554 status: 200 OK code: 200 duration: "" @@ -265,19 +265,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:43:37.870964Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:40:56.595Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "983" + - "985" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:13 GMT + - Mon, 16 Mar 2020 11:41:41 GMT Server: - scaleway_api Strict-Transport-Security: @@ -287,7 +287,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 76431940-b401-4ef9-89fe-d6c3cd73120d + - 35db97ed-ca79-463b-85ca-89da1a67a7ae status: 200 OK code: 200 duration: "" @@ -297,19 +297,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:15.875984Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.457454Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "989" + - "985" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:18 GMT + - Mon, 16 Mar 2020 11:41:46 GMT Server: - scaleway_api Strict-Transport-Security: @@ -319,7 +319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2a7d1584-6b4f-462f-8fdf-49804fd4d393 + - ac98b68a-4eab-4ed5-abec-2b096506bd89 status: 200 OK code: 200 duration: "" @@ -329,10 +329,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYZFBWRUV6VGtSTmVrOUdiMWhFVkUxM1RVUk5kMDlVUVROT1JFMTZUMFp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRYVjJDa1kxZURnNVduTkRjVFowYVZkaGVtRk9TelpaZHpVeGNVTndOVzl5WjNGMk9IUnBWRkE1UTNoSFdpdHZjMEZqTVhsVk1GWTRSVGxvV0VGcWVUbGliMWNLTVRseVVIQjRXbkJ1U2sxRWFXSjFNekZ5TmpCYWFrd3lhbXhSYUdaVlFUQkRlWEpqVkN0TlR6ZHFPRTluUkZaWFFrUlZjMUF6YmprNU1HazVjRmgwTkFvd1JYRkNLeTlLY0dOVFVWQkpSU3RaWm1RMVJYTTFjRU5vYVZsdFR6bGpZV2hwVUc4d01FRlBlRTE2Y2xCMFptNW5SVFZvYUVoTFZXVjNlRzVsTkU0M0NtNVdSbGRSV0dzelIxYzVSVGRKY25veFMwcERNeXRUVUV4clZURnlVbGt2VW1Wa1ZGcElUU3N5TDFkNlNEVjZSVnBzTmxjeVZtNHJRa2xEVlV3NU1tWUtPVkZtT1dOaVpHRnVLM2szTUZvelFuQjFVV0ZFY1VsU2NrUTFOWFUxVG0wd1FuaEhSRWsxWnpNck5pdDBWblpHVVhKTVdqVjNNa2hWZVVOWlRsaEZUQXB2YTFKbGVHcDNNRzVZVjJ0RFNrSlZlRE5OUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTE1ESlpNekpEUTFKS2IydFliM1pHUVM5VFFtVlRaV04xWjBFS2NsSlRUelUxYTI5amRrUkhOR1p6UjFwQlN6VkpiblF3YUhKNmRsZHdiRGRFTmxrMGMxZGhZM1pCZUhoaE5WUmpRbFZ1TjBJMlZ6TklPSHBaYUhBM1V3cEdVVGw1YlhVMVRVaHZkemh2TkVjelJ6WkhRV2RUUmpFMmNuTllZMHBGYzFsd1RGRlJObkZvV0RKUlJqSlFMM0oxUWpWeVpFMUVhbUpSSzNVckswMTJDa1JEZWpOemRtbEdWMmcxVTFRMlZEQlhRWGxNVFZoRUwybE5iVWRqYmpsMWRFTk9PR2hKYzNGWlIyVmFjVFphWXpKVVRGWmlRVVZSU0d4RlJFZzVhRmtLVDBwR1drRmtha1kwZFZsUFJFVmxURmxwVFdOU2IwRlJZMkZwY3pKSGFWcHBOVVk0TWtSMGJtZHBiM1ZDV2tkYU56ZFVRbmRWVEdSWVZVMTFjeTlsVGdwTWVIRmhUMUJtUWtFMGNHbDVXa1prYjNsSVozcDJNbVJJWXpoU09XVTBkV05ZU3pnd1YyTnRSWGRLYm1wdFVtVnhiRkpDUkRGUFVqQnlTVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYTg1Y2E1NGUtNTViMC00NDMwLThkMTgtODZlNDEwNWU1YmUyLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBaNmlwb3Y3RnFvMlpGWWc5ZExQM001S0tHdmtGTURZVndSMjVkdmlLU0g2NHFncGhXc3lKZ1hkUA=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VGtSRmQwNXNiMWhFVkUxM1RVUk5lRTVVUlhoT1JFVjNUbXh2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRVaHhDbEl2VFdSeGJWTkhOMVJ0ZFVzMVJrUXJWbHBUZWpnNVZVUXdZWFp0VUZwcGQxVnpjSFUwV0VKbFJqWllXVE5aYVVGbVQyaHBlbEkxYlcxUWVqTllkelFLZDFjNFUwOTFOVWhOU2pScFFuazFLemxJVFRNMVNETXpOVFJNUkVwU1NWQllaR1JNVW5OVFdXWldXUzlUUjJ4Qlp6Vm9iV0ZIWmpVeVNYWnViRmM1VXdvelVFWXJUVGRyYXpndk5HUlZORVZZWjJwb2NqUnBRbEZ5WjNGS2JqUkVNbk5yWlRsU2FYbHFhMEY2VEd0TGNIWXlaRVJQT1hSUlpEWkJOa1ptYkhvNENscHNWMmRUVkhSaFYxUkZPRWhHVHpoT2FEZEVZMkpqVlZkQ1ducHVTR1JGWWpGQ1FVUjRaWG80WWtkYVlqTlBVVEpPV0VWVFNtWlNZa2hNVDJSMVptb0tabXRPUzFReVZXVTVNVTQ1T0hKeVkwcEljVnBIWWt0UmIyeEdSRzAxU1Zsd2RHNXFjVEZRUlRaUVlVeFZZbk41ZVhaNE0wZzVRMmxpUTFkV1QwbHVhZ3AwZFdKSlZHUjVRbEpuWW1OUFJtNXdVbFZOUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGRlpGWnZlbTVWYTFkblZFTXpVMlJETkcxcVRHZHNiMFZGTUdRS1lsQmhPVEl5ZUhsUFJXMURWMEpMYUhWWGRESnBaV2M1WVU5NU9EUkJOaXQwTmpGb09UaHdjelpUWlVaa1V6WnljVWhJTkdOa09ERXZkRTkzTjNGNVRRcHFZelZTV0VFeFYweElWVmxWVG1SYWNFcElkVzFGUVdabVVERmpiR2xUU0dGRldtNHJjQ3MzT0ZGNFZGRTVjR0ZoZDJNeFVVMXVjRFpuT0VkcFpuRmlDa2xwVlVWU1NYWmtVQzlaWTBKcE1qWTROM1JaWkV4MFltVmFZM2d5WVZGT1ZFbGtVREZxVDB0MGVWTnpUSHA2UlhGVlNWVkVhbTR3VGpoUmFtUTBSR2dLYnpWdlVIRlNVM1pXUzJ0ak5FMVhSRTlFUTFKbE16UnJlalZhZFN0V0swbEtXazgwVUdkdldTOTVhRFpXYTBRclVXTjNaMjl2VkRRMkwySktUbmQ2VGdveVdHVktZMWRYV0ZaUVNrZExURGhJUXpSd1RFbHBjVGM0WjNKUFF6SkpTRTlRVm5KVU1FUXpOazgzTWtGa01EWnFPWEYyVkZoNk1ISlZTVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYTc3NjhkODAtNDdjNi00Zjg1LWFkYjUtZTQ3ZGU2YjM4NjRlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBhZHQ2cElCNWJlWDlDTUFpN2EyTHZsOTVtbm9OdzUxdzhIRnptbzU0NEVneTRNMjAzQ2dOQ05tUQ=="}' headers: Content-Length: - "2468" @@ -341,7 +341,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:18 GMT + - Mon, 16 Mar 2020 11:41:46 GMT Server: - scaleway_api Strict-Transport-Security: @@ -351,7 +351,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 873b6187-8c4e-4931-bce5-5be7e04f95ea + - e35172b6-69ff-45d8-a54a-27742fd3e2bc status: 200 OK code: 200 duration: "" @@ -361,19 +361,147 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: DELETE response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607087Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604830569Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:41:46 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b0259e71-1942-41a1-98ba-4dd63deca675 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e + method: GET + response: + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "988" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:41:46 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b81a711d-db60-47d2-8ba0-f6dc4daa8180 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e + method: GET + response: + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "988" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:41:51 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 269c7e14-9ede-4fb2-a4fc-1a9de82393c9 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e + method: GET + response: + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "988" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:41:56 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fe3e957b-a719-4afb-b1b6-d435e6116ac0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e + method: GET + response: + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "995" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:18 GMT + - Mon, 16 Mar 2020 11:42:01 GMT Server: - scaleway_api Strict-Transport-Security: @@ -383,7 +511,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2db42238-f3b9-460a-b710-a5bc685e1e00 + - b33244a0-a47e-4c58-8709-db0d0a18a0be status: 200 OK code: 200 duration: "" @@ -393,19 +521,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:18 GMT + - Mon, 16 Mar 2020 11:42:06 GMT Server: - scaleway_api Strict-Transport-Security: @@ -415,7 +543,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4777a070-96a4-4b2f-9225-203cd6a7ce5b + - fafcd391-723a-4e7a-a31a-edd4c579767d status: 200 OK code: 200 duration: "" @@ -425,19 +553,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:23 GMT + - Mon, 16 Mar 2020 11:42:11 GMT Server: - scaleway_api Strict-Transport-Security: @@ -447,7 +575,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - dff27ef9-1412-49b4-b9fa-0f21e446b65f + - f6d4edd5-d291-42f7-82b5-fc97a84655b2 status: 200 OK code: 200 duration: "" @@ -457,19 +585,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:28 GMT + - Mon, 16 Mar 2020 11:42:16 GMT Server: - scaleway_api Strict-Transport-Security: @@ -479,7 +607,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0ac13268-67d6-4088-b144-3969ef3cc963 + - 64b83651-a667-4ffe-a36a-f0e8475fac9a status: 200 OK code: 200 duration: "" @@ -489,19 +617,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:33 GMT + - Mon, 16 Mar 2020 11:42:21 GMT Server: - scaleway_api Strict-Transport-Security: @@ -511,7 +639,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed8c16ad-3a0e-47e1-8ead-c3d61fa10d1c + - c627f01c-eb54-4cac-b2f1-29f73ee9228d status: 200 OK code: 200 duration: "" @@ -521,19 +649,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:38 GMT + - Mon, 16 Mar 2020 11:42:26 GMT Server: - scaleway_api Strict-Transport-Security: @@ -543,7 +671,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 72cd7c5d-08c5-4e81-9304-40420c0cad62 + - aceb96b6-c449-4336-b483-8fec9641d6ae status: 200 OK code: 200 duration: "" @@ -553,19 +681,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:43 GMT + - Mon, 16 Mar 2020 11:42:31 GMT Server: - scaleway_api Strict-Transport-Security: @@ -575,7 +703,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5925fec0-7581-4595-8158-8d145dbda8eb + - 34c9bc98-28b3-4514-aca4-b312eaad955d status: 200 OK code: 200 duration: "" @@ -585,19 +713,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:48 GMT + - Mon, 16 Mar 2020 11:42:36 GMT Server: - scaleway_api Strict-Transport-Security: @@ -607,7 +735,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 23800949-7e98-42be-a7b1-fd72981cd5a6 + - 0a68d133-feb5-4bc7-adec-f42c6aad1d53 status: 200 OK code: 200 duration: "" @@ -617,19 +745,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:54 GMT + - Mon, 16 Mar 2020 11:42:42 GMT Server: - scaleway_api Strict-Transport-Security: @@ -639,7 +767,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7604b058-4810-4a34-9baf-a367e8a7a72e + - 320c44c1-b1b9-4cc5-9d29-93a839b4b489 status: 200 OK code: 200 duration: "" @@ -649,19 +777,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:44:59 GMT + - Mon, 16 Mar 2020 11:42:47 GMT Server: - scaleway_api Strict-Transport-Security: @@ -671,7 +799,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 93149c84-b722-49a6-96d6-eb428e36626b + - 34dc5dd7-ec82-45cf-9c53-8d9bcdea82eb status: 200 OK code: 200 duration: "" @@ -681,19 +809,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:45:04 GMT + - Mon, 16 Mar 2020 11:42:52 GMT Server: - scaleway_api Strict-Transport-Security: @@ -703,7 +831,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a1f0361e-c0a6-4bac-a03c-5c059ef00e7d + - cce0a032-53a4-4d56-b67f-f53da3cb8f56 status: 200 OK code: 200 duration: "" @@ -713,19 +841,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:45:09 GMT + - Mon, 16 Mar 2020 11:42:57 GMT Server: - scaleway_api Strict-Transport-Security: @@ -735,7 +863,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7d53693f-9fcd-4afc-b6b8-f6c403c4d644 + - b9743e50-e945-4c0f-b4f4-09e2fe93c859 status: 200 OK code: 200 duration: "" @@ -745,19 +873,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:45:14 GMT + - Mon, 16 Mar 2020 11:43:02 GMT Server: - scaleway_api Strict-Transport-Security: @@ -767,7 +895,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0d300632-e08e-4d1d-bc03-0f34120cb224 + - 23508ba1-7829-4d5e-a293-7981258e1375 status: 200 OK code: 200 duration: "" @@ -777,19 +905,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:45:19 GMT + - Mon, 16 Mar 2020 11:43:07 GMT Server: - scaleway_api Strict-Transport-Security: @@ -799,7 +927,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e80a4d18-27f5-4965-8172-430e83a0ac5f + - 90398980-ae81-45d5-8948-f93ae8fe8a1f status: 200 OK code: 200 duration: "" @@ -809,19 +937,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:45:24 GMT + - Mon, 16 Mar 2020 11:43:12 GMT Server: - scaleway_api Strict-Transport-Security: @@ -831,7 +959,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa08f00f-7a2c-46cb-8abd-fb1afb7c77c1 + - dc33acad-5a2f-4ffe-b2fd-c3952bc8b6be status: 200 OK code: 200 duration: "" @@ -841,19 +969,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:45:29 GMT + - Mon, 16 Mar 2020 11:43:17 GMT Server: - scaleway_api Strict-Transport-Security: @@ -863,7 +991,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fae34938-3856-4bd4-8fe8-689b1ba07c24 + - 75c5b752-f2aa-488b-9841-3374e6c9661a status: 200 OK code: 200 duration: "" @@ -873,19 +1001,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:45:34 GMT + - Mon, 16 Mar 2020 11:43:22 GMT Server: - scaleway_api Strict-Transport-Security: @@ -895,7 +1023,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 217764df-68e2-4030-b034-c02b8e937aee + - b6d7257a-8278-4629-a78a-05058b07928e status: 200 OK code: 200 duration: "" @@ -905,19 +1033,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:45:40 GMT + - Mon, 16 Mar 2020 11:43:27 GMT Server: - scaleway_api Strict-Transport-Security: @@ -927,7 +1055,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 1bde9121-59d1-420a-a6e0-e01fa54e6575 + - 1961c7c1-0d1e-4612-8545-595b18ccd3fb status: 200 OK code: 200 duration: "" @@ -937,19 +1065,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:45:45 GMT + - Mon, 16 Mar 2020 11:43:32 GMT Server: - scaleway_api Strict-Transport-Security: @@ -959,7 +1087,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 48ccec3b-b069-417b-89ba-5d08abe416f0 + - 77f1d11e-5e19-467e-a889-50044b601e64 status: 200 OK code: 200 duration: "" @@ -969,19 +1097,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:45:50 GMT + - Mon, 16 Mar 2020 11:43:37 GMT Server: - scaleway_api Strict-Transport-Security: @@ -991,7 +1119,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e79a250c-b195-435f-abdd-75e88b05ba21 + - ba459983-d124-4b13-8cbf-ead8de1e801d status: 200 OK code: 200 duration: "" @@ -1001,19 +1129,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:45:55 GMT + - Mon, 16 Mar 2020 11:43:42 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1023,7 +1151,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f40debb2-7ea7-42cc-a9be-c879364e3718 + - 7c0ec323-9973-4504-8074-cfff0f2006bc status: 200 OK code: 200 duration: "" @@ -1033,19 +1161,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:46:00 GMT + - Mon, 16 Mar 2020 11:43:47 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1055,7 +1183,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a96401ea-6695-4ad1-aec4-13419fefff7f + - 18ebc55d-9ef4-43a2-96f9-664117676f06 status: 200 OK code: 200 duration: "" @@ -1065,19 +1193,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:46:05 GMT + - Mon, 16 Mar 2020 11:43:52 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1087,7 +1215,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4fea6c46-eb93-4ca7-8bf8-c93b869bd369 + - 16e521eb-740b-4b8e-b714-629a2f7b6549 status: 200 OK code: 200 duration: "" @@ -1097,19 +1225,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"region":"fr-par","id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-10T07:43:37.870964Z","updated_at":"2020-03-10T07:44:18.972607Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a85ca54e-55b0-4430-8d18-86e4105e5be2.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a85ca54e-55b0-4430-8d18-86e4105e5be2.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.595Z","updated_at":"2020-03-16T11:41:46.604831Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://a7768d80-47c6-4f85-adb5-e47de6b3864e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.a7768d80-47c6-4f85-adb5-e47de6b3864e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "992" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:46:10 GMT + - Mon, 16 Mar 2020 11:43:57 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1119,7 +1247,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2f1f58e0-adb1-4a0b-b7ee-7822173c440d + - af5a5034-7e4d-443c-8503-df369e5c4ad5 status: 200 OK code: 200 duration: "" @@ -1129,10 +1257,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a85ca54e-55b0-4430-8d18-86e4105e5be2 + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/a7768d80-47c6-4f85-adb5-e47de6b3864e method: GET response: - body: '{"message":"resource is not found","resource":"cluster","resource_id":"a85ca54e-55b0-4430-8d18-86e4105e5be2","type":"not_found"}' + body: '{"message":"resource is not found","resource":"cluster","resource_id":"a7768d80-47c6-4f85-adb5-e47de6b3864e","type":"not_found"}' headers: Content-Length: - "128" @@ -1141,7 +1269,7 @@ interactions: Content-Type: - application/json Date: - - Tue, 10 Mar 2020 07:46:15 GMT + - Mon, 16 Mar 2020 11:44:02 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1151,7 +1279,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6b58dda1-0343-401e-aff3-96949d4d48f9 + - cd1a0424-1a56-49c8-858c-df84e8266657 status: 404 Not Found code: 404 duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.cassette.yaml index 72c9045fcb..2215125e49 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.cassette.yaml +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.cassette.yaml @@ -12,7 +12,7 @@ interactions: url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters method: POST response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110758930Z","updated_at":"2020-03-16T11:29:38.110758930Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932420Z","updated_at":"2020-03-16T11:40:56.597932420Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "989" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:29:40 GMT + - Mon, 16 Mar 2020 11:40:58 GMT Server: - scaleway_api Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - fa5444b1-9614-4ceb-b7d9-8c561b52e3e8 + - af83f7d4-0aa8-4cad-9616-fcefb1c2a270 status: 200 OK code: 200 duration: "" @@ -41,10 +41,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:40:56.597932Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -53,7 +53,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:29:40 GMT + - Mon, 16 Mar 2020 11:40:59 GMT Server: - scaleway_api Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 04308265-e89c-4692-87fc-577ffd08eec3 + - bb17424b-e25d-4fdf-867f-c37728568447 status: 200 OK code: 200 duration: "" @@ -73,10 +73,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:40:56.597932Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -85,7 +85,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:29:45 GMT + - Mon, 16 Mar 2020 11:41:04 GMT Server: - scaleway_api Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 844539cc-dc0c-465f-82f9-8e61fc28ce2c + - 26abb452-2676-4f80-9c66-0625701ddbc6 status: 200 OK code: 200 duration: "" @@ -105,10 +105,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:40:56.597932Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -117,7 +117,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:29:50 GMT + - Mon, 16 Mar 2020 11:41:09 GMT Server: - scaleway_api Strict-Transport-Security: @@ -127,7 +127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7c7f5eaf-e012-49e8-a06c-1d2798c0dad0 + - 129f4d3b-03a7-4a7f-a0b6-498b7a9dc48a status: 200 OK code: 200 duration: "" @@ -137,10 +137,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:40:56.597932Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -149,7 +149,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:29:55 GMT + - Mon, 16 Mar 2020 11:41:14 GMT Server: - scaleway_api Strict-Transport-Security: @@ -159,7 +159,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 17cff28b-69fa-4674-af3e-6087bc578cbd + - a7e81bea-adee-4d8c-8fca-3619e49ef6d1 status: 200 OK code: 200 duration: "" @@ -169,10 +169,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:40:56.597932Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -181,7 +181,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:00 GMT + - Mon, 16 Mar 2020 11:41:19 GMT Server: - scaleway_api Strict-Transport-Security: @@ -191,7 +191,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d3512c16-3ec1-4d08-9b67-cd7feeb1ed64 + - bce57447-d067-41b9-83af-5761bf5998b5 status: 200 OK code: 200 duration: "" @@ -201,10 +201,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:40:56.597932Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -213,7 +213,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:05 GMT + - Mon, 16 Mar 2020 11:41:24 GMT Server: - scaleway_api Strict-Transport-Security: @@ -223,7 +223,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 166bb1f7-2d86-47bc-a29b-04ba3c8d4b84 + - 77ea96b8-973c-4ad3-8292-c491ecef4ceb status: 200 OK code: 200 duration: "" @@ -233,10 +233,74 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:29:38.110759Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:40:56.597932Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:41:29 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - f7f9d94b-f588-4d0a-a4ca-2ce5f750319f + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 + method: GET + response: + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:40:56.597932Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:41:34 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1482f302-fd39-4339-b12f-a5e42f32d8bc + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 + method: GET + response: + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:40:56.597932Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -245,7 +309,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:10 GMT + - Mon, 16 Mar 2020 11:41:39 GMT Server: - scaleway_api Strict-Transport-Security: @@ -255,7 +319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0de3016c-593c-4b2b-9970-af64435b8cd0 + - bea433c7-58d9-4a9b-9739-b5696254fc20 status: 200 OK code: 200 duration: "" @@ -265,19 +329,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:12.567019Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:40:56.597932Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "988" + - "991" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:15 GMT + - Mon, 16 Mar 2020 11:41:44 GMT Server: - scaleway_api Strict-Transport-Security: @@ -287,7 +351,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c8c69d6c-9c6c-4286-bccf-848435cd3390 + - ad7e91e2-40c7-419b-be93-73b4e299216f status: 200 OK code: 200 duration: "" @@ -297,19 +361,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwck1FMVdiMWhFVkUxM1RVUk5lRTVVUlhoTmFtc3dUVlp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRGQTBDak56VlRoNlJFSXdWbmhrZFROT2RFeFVNa0UxVTBscVlTOURWV280Um1ablIzUjRha1UwZW14bFF6aFVjMWRQY1hCb1QyZG1RelkyWjJ4eGJGZEtkbllLV0VFeGNVVTVPVEZ3U1V4T2VWUktZV3BHYTNaMWMyUnVUM0JJUzNGNllsTmxiMnBxV2tkb1JFUmFObk5TWlVVcmVsUXphbGxTYTNOeVIwcE1ObTltYlFwc2ExQkxiSHBaYmpjeldtOXVieXNyVVV4UlVGWlJkekJMV1RnMGRHdzVWakJQTW1SWlVVeEtUWGQxTUVadlJsQmxUMGxsZGpnNVVqaFNSVzVtTW1WMENrUjJjRnB1YW1sRlpXeHdSME01YTJwaU5XdHdhbVpsWVV0RWVXdGpaVTFQTHpoT2JYYzNhMmx2WmpSRWVETktPR1V3UmxkRVIxbHhRbXh1Y2sxRk5HUUtSRWxQVkdGcmNEVkdaR1YyVUdFdlduRlBRa1IxWlhSaVozZHhiVmR5VlVodlUxSTNZbWwwU1hKNk16VXJZVXBUYkVaVVZXeFZPV1k1Y1hGb016UlVjZ296Y0Rkc2RXVm5ibVE0YjJaWlNHeGpLekF3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTVMyaGpkekZqWnpGMVRtTm9RV3RRUlVkTVIzaGlPVkJQWW1nS1ZVVllWbmhoYjIxaFdpOHhWV0ZOY0dwUk4wOTZUSFJ6WVhRclYwaHBTbk15ZGxBeUsxcHdaSEpOYkROQk5VVXpUWEJtY1dWMWJVaGtkRTVOYmxac1lncE9ZbXR0VWpCTGQwOUVhV2hPWkdkcFFXOXVXVEJtUTNWemFUSTFNRWczVEZoTWMzUlNaVEZGVEZSQllubEVjMnBsZGtsUFVuWmlXVXBRTkM5SmJsQkpDbEl6VmtoUFdFZzBXRkVyY0U4d1J6bE9Za293ZWtoWlNtbFNTMnhyU1VsTmExTjNNRmR2YW1WckwyNTBjVWRQTjFaTWRESTFkVk1yWldsU2NVWm9SVWtLWmtFNVdubzBTM0JhYlhOek1VZFJLM2xPVlZWVVRVbFBhelZZY2pGV2JXbHJRbTFRVTFwamF5OVVWV0pDY1VWQ2MwUkZZbWR5UWpKU1lWZFRNemRqVkFwVVEzUkdVMlZCUzJ0eUwwdHlPRU0wZWxJd2RUWkhUbEZpTVhkaVNEZzNka2xNUmtoRVdrNVNObloyTjFJMWNISlJPRk52YW5GdmVuQkRaejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDI4OWI3YTEtYzc5Yi00YzNlLTlhMWMtMzZjYzBiYjBlNmVlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiA2eEZZaUFuTk1hZ2JKVGREejVrVWxheVljMXVWc1E4Q21FNjZtQ0dYZ2oxNk5pckdhWXg1TFpjNA=="}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:45.421297Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "2468" + - "988" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:15 GMT + - Mon, 16 Mar 2020 11:41:49 GMT Server: - scaleway_api Strict-Transport-Security: @@ -319,7 +383,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eecccda4-952e-447d-a128-d90f108abe6f + - 743662a0-637b-4e4e-93f8-c8e9f1e341ec status: 200 OK code: 200 duration: "" @@ -329,10 +393,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwck1FMVdiMWhFVkUxM1RVUk5lRTVVUlhoTmFtc3dUVlp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRGQTBDak56VlRoNlJFSXdWbmhrZFROT2RFeFVNa0UxVTBscVlTOURWV280Um1ablIzUjRha1UwZW14bFF6aFVjMWRQY1hCb1QyZG1RelkyWjJ4eGJGZEtkbllLV0VFeGNVVTVPVEZ3U1V4T2VWUktZV3BHYTNaMWMyUnVUM0JJUzNGNllsTmxiMnBxV2tkb1JFUmFObk5TWlVVcmVsUXphbGxTYTNOeVIwcE1ObTltYlFwc2ExQkxiSHBaYmpjeldtOXVieXNyVVV4UlVGWlJkekJMV1RnMGRHdzVWakJQTW1SWlVVeEtUWGQxTUVadlJsQmxUMGxsZGpnNVVqaFNSVzVtTW1WMENrUjJjRnB1YW1sRlpXeHdSME01YTJwaU5XdHdhbVpsWVV0RWVXdGpaVTFQTHpoT2JYYzNhMmx2WmpSRWVETktPR1V3UmxkRVIxbHhRbXh1Y2sxRk5HUUtSRWxQVkdGcmNEVkdaR1YyVUdFdlduRlBRa1IxWlhSaVozZHhiVmR5VlVodlUxSTNZbWwwU1hKNk16VXJZVXBUYkVaVVZXeFZPV1k1Y1hGb016UlVjZ296Y0Rkc2RXVm5ibVE0YjJaWlNHeGpLekF3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTVMyaGpkekZqWnpGMVRtTm9RV3RRUlVkTVIzaGlPVkJQWW1nS1ZVVllWbmhoYjIxaFdpOHhWV0ZOY0dwUk4wOTZUSFJ6WVhRclYwaHBTbk15ZGxBeUsxcHdaSEpOYkROQk5VVXpUWEJtY1dWMWJVaGtkRTVOYmxac1lncE9ZbXR0VWpCTGQwOUVhV2hPWkdkcFFXOXVXVEJtUTNWemFUSTFNRWczVEZoTWMzUlNaVEZGVEZSQllubEVjMnBsZGtsUFVuWmlXVXBRTkM5SmJsQkpDbEl6VmtoUFdFZzBXRkVyY0U4d1J6bE9Za293ZWtoWlNtbFNTMnhyU1VsTmExTjNNRmR2YW1WckwyNTBjVWRQTjFaTWRESTFkVk1yWldsU2NVWm9SVWtLWmtFNVdubzBTM0JhYlhOek1VZFJLM2xPVlZWVVRVbFBhelZZY2pGV2JXbHJRbTFRVTFwamF5OVVWV0pDY1VWQ2MwUkZZbWR5UWpKU1lWZFRNemRqVkFwVVEzUkdVMlZCUzJ0eUwwdHlPRU0wZWxJd2RUWkhUbEZpTVhkaVNEZzNka2xNUmtoRVdrNVNObloyTjFJMWNISlJPRk52YW5GdmVuQkRaejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDI4OWI3YTEtYzc5Yi00YzNlLTlhMWMtMzZjYzBiYjBlNmVlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiA2eEZZaUFuTk1hZ2JKVGREejVrVWxheVljMXVWc1E4Q21FNjZtQ0dYZ2oxNk5pckdhWXg1TFpjNA=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VGtSQk1VOVdiMWhFVkUxM1RVUk5lRTVVUlhoT1JFRXhUMVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRERkpDbHBCVlhwdWVTdDFWRk5oYW5OQ1UyTjZSMEZvVkRNemRDOU1UbHBqV25adFZVNWFjMEZWY1N0NmJrZHRkbEZPVW5wdVpFWTJOM3BsTVhCTVVEaEpUVXNLUzBJelIwbEdUazV1T1ZKak1YVjNURE5JV2taSlptbHRTRTVNVW5GYVltcHJaRk5DUTNwM1kxRnVVR05rV25CNFMzVnhVMnRJUWtkMlRYcGlaREJpT0FwbWVXRmlWM1JXU2tkMFVHUjBaMDl4YldNNFRuQnNaU3N6T0Zoc09XSXJUbkZuYldGNFExUldMMXB3VFU5VFFWRjJLMlZtU0U1c1kzQnRUSE50YlRabENtSktTVTFXYjJoclpEUlJOVmROYkVGdU5sQmxhazAxVmpGdVkwUXdObU5VVVcxVVdrZEpLMWRhZUZZNFVGWjZWMWRCYldzeWMydENORnBtTTFOelIxWUtUVnBJVWpWM2RFWjBTVkpJYjFkd1NsZFVSblpxV0hOM2FtbHZZbU5XZURodEwxTk9RVlJwTVcxbFZTdEpiMVpCYVVGeldFWlhkMjQzWkhaVWRrcElXZ3B5T1dsS1lubDNMM1JKZDFKVU0yWTBVMDlOUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGR1JqWTVOVTlLTld0Q1ZrSTJVMDlUYnl0d09YRlJkM0pFVTNrS2R6QlhTbmhaWVU1R1YwTXhUbUYwV0N0T2NXODVWMnRpTDBoa2RucFBVRk53VW5sV2J6VnNRVTlQTkRWclpuWkliRFZ4Y1hkME1GQlFOM0JOUlVVME1BcElTVmN6YUhkcWRYTXlMM3BIUWs1U2NqQkZUbGhvVDJ0amRHNWxaemRGUXk5NFF6RTBOVmRaYUhOUllXcFRUU3RXTlhoVU5FbDVabEZSUzI5aVRGQjBDblJrZVhabmVqVlRVMDVSVGpkeWNUQnBTazgwZFVKeVpDODNWR000UkRsMlRrMUJVRk4wUzNkTVZuRXhNMFIyWlhnME1XcFdRemhFU0dVMFFrNDRlREVLTlc1dlZ6ZEJObkpEWldSaWRUQjZUWGhyYkdGWFRVOXBkRXhoTlVKVlJISkxjVlJqVjFSeU4wUXpWMHRQYVZOME1tUkVOVEkzVVZwMU9YaHJLMmcwVGdwQ2FYTnNXa05KV0Zwak5XMWlNR2tyYlUxblMzUTRaR3hJVUZseFVtRmlOVWRLWjFoUVQxUlNUelJRYm01cE5WVjRkblI0ZERWWVYwbFpZejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vMWE2Zjg2MTYtOWRiMS00ZmRjLTk2N2QtZDNlMDhjMTI4ZTMyLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBBc3owNjZiRmxtYkVEdUJIMHJGRFNhbUFnc0lLc2trQTRaNzZMQjdqZlNmSHYzbUJxeXFPS3VmZg=="}' headers: Content-Length: - "2468" @@ -341,7 +405,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:15 GMT + - Mon, 16 Mar 2020 11:41:49 GMT Server: - scaleway_api Strict-Transport-Security: @@ -351,7 +415,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - db8302e5-2e61-4d8e-aa00-ccc4ce4b942f + - 35f6b231-e3d0-4298-9171-0f4051b843e7 status: 200 OK code: 200 duration: "" @@ -361,19 +425,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee - method: DELETE + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32/kubeconfig + method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VGtSQk1VOVdiMWhFVkUxM1RVUk5lRTVVUlhoT1JFRXhUMVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRERkpDbHBCVlhwdWVTdDFWRk5oYW5OQ1UyTjZSMEZvVkRNemRDOU1UbHBqV25adFZVNWFjMEZWY1N0NmJrZHRkbEZPVW5wdVpFWTJOM3BsTVhCTVVEaEpUVXNLUzBJelIwbEdUazV1T1ZKak1YVjNURE5JV2taSlptbHRTRTVNVW5GYVltcHJaRk5DUTNwM1kxRnVVR05rV25CNFMzVnhVMnRJUWtkMlRYcGlaREJpT0FwbWVXRmlWM1JXU2tkMFVHUjBaMDl4YldNNFRuQnNaU3N6T0Zoc09XSXJUbkZuYldGNFExUldMMXB3VFU5VFFWRjJLMlZtU0U1c1kzQnRUSE50YlRabENtSktTVTFXYjJoclpEUlJOVmROYkVGdU5sQmxhazAxVmpGdVkwUXdObU5VVVcxVVdrZEpLMWRhZUZZNFVGWjZWMWRCYldzeWMydENORnBtTTFOelIxWUtUVnBJVWpWM2RFWjBTVkpJYjFkd1NsZFVSblpxV0hOM2FtbHZZbU5XZURodEwxTk9RVlJwTVcxbFZTdEpiMVpCYVVGeldFWlhkMjQzWkhaVWRrcElXZ3B5T1dsS1lubDNMM1JKZDFKVU0yWTBVMDlOUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGR1JqWTVOVTlLTld0Q1ZrSTJVMDlUYnl0d09YRlJkM0pFVTNrS2R6QlhTbmhaWVU1R1YwTXhUbUYwV0N0T2NXODVWMnRpTDBoa2RucFBVRk53VW5sV2J6VnNRVTlQTkRWclpuWkliRFZ4Y1hkME1GQlFOM0JOUlVVME1BcElTVmN6YUhkcWRYTXlMM3BIUWs1U2NqQkZUbGhvVDJ0amRHNWxaemRGUXk5NFF6RTBOVmRaYUhOUllXcFRUU3RXTlhoVU5FbDVabEZSUzI5aVRGQjBDblJrZVhabmVqVlRVMDVSVGpkeWNUQnBTazgwZFVKeVpDODNWR000UkRsMlRrMUJVRk4wUzNkTVZuRXhNMFIyWlhnME1XcFdRemhFU0dVMFFrNDRlREVLTlc1dlZ6ZEJObkpEWldSaWRUQjZUWGhyYkdGWFRVOXBkRXhoTlVKVlJISkxjVlJqVjFSeU4wUXpWMHRQYVZOME1tUkVOVEkzVVZwMU9YaHJLMmcwVGdwQ2FYTnNXa05KV0Zwak5XMWlNR2tyYlUxblMzUTRaR3hJVUZseFVtRmlOVWRLWjFoUVQxUlNUelJRYm01cE5WVjRkblI0ZERWWVYwbFpZejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vMWE2Zjg2MTYtOWRiMS00ZmRjLTk2N2QtZDNlMDhjMTI4ZTMyLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBBc3owNjZiRmxtYkVEdUJIMHJGRFNhbUFnc0lLc2trQTRaNzZMQjdqZlNmSHYzbUJxeXFPS3VmZg=="}' headers: Content-Length: - - "994" + - "2468" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:16 GMT + - Mon, 16 Mar 2020 11:41:49 GMT Server: - scaleway_api Strict-Transport-Security: @@ -383,7 +447,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f4f257bf-0583-4062-99c4-ce74d5f4045f + - 6e0ac40d-9363-4639-b1f7-54c57f58ebd9 status: 200 OK code: 200 duration: "" @@ -393,19 +457,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee - method: GET + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 + method: DELETE response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230284989Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "991" + - "994" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:16 GMT + - Mon, 16 Mar 2020 11:41:50 GMT Server: - scaleway_api Strict-Transport-Security: @@ -415,7 +479,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cf31e148-3080-4e32-954f-258154422f1c + - 6b5500dc-27b9-4a04-8c96-f586fae4dd32 status: 200 OK code: 200 duration: "" @@ -425,10 +489,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -437,7 +501,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:21 GMT + - Mon, 16 Mar 2020 11:41:50 GMT Server: - scaleway_api Strict-Transport-Security: @@ -447,7 +511,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c86de678-922b-4765-8ba9-2da5df9f3157 + - 307a933b-07e8-44bc-93a7-cba2173577ad status: 200 OK code: 200 duration: "" @@ -457,10 +521,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -469,7 +533,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:26 GMT + - Mon, 16 Mar 2020 11:41:55 GMT Server: - scaleway_api Strict-Transport-Security: @@ -479,7 +543,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8a15262b-8b8a-44fd-ac1d-bcf1934a397b + - 211ce770-f121-46c2-99d0-b25e6a6e88be status: 200 OK code: 200 duration: "" @@ -489,10 +553,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -501,7 +565,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:31 GMT + - Mon, 16 Mar 2020 11:42:00 GMT Server: - scaleway_api Strict-Transport-Security: @@ -511,7 +575,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2cbfabb2-740b-4826-938b-38b6084002b8 + - 0c310139-b6fd-485b-acff-e11abd689295 status: 200 OK code: 200 duration: "" @@ -521,10 +585,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -533,7 +597,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:36 GMT + - Mon, 16 Mar 2020 11:42:05 GMT Server: - scaleway_api Strict-Transport-Security: @@ -543,7 +607,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8c7bcbf9-5f49-41a9-87ac-3ef54b7058b5 + - 69115d26-5452-4fc7-a40a-3e81c8452c16 status: 200 OK code: 200 duration: "" @@ -553,10 +617,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -565,7 +629,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:41 GMT + - Mon, 16 Mar 2020 11:42:10 GMT Server: - scaleway_api Strict-Transport-Security: @@ -575,7 +639,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 68ce8340-78a1-4bf8-9a96-8d24ce10f350 + - 8c6be5fb-096f-48a8-a6d1-1baf2fa87a4f status: 200 OK code: 200 duration: "" @@ -585,10 +649,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -597,7 +661,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:46 GMT + - Mon, 16 Mar 2020 11:42:15 GMT Server: - scaleway_api Strict-Transport-Security: @@ -607,7 +671,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 38b514ff-25ae-4af8-9e4b-4c0d82d4dce2 + - cbf93203-d705-474f-8079-9ff8408a4e15 status: 200 OK code: 200 duration: "" @@ -617,10 +681,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -629,7 +693,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:51 GMT + - Mon, 16 Mar 2020 11:42:20 GMT Server: - scaleway_api Strict-Transport-Security: @@ -639,7 +703,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 50b1fb6a-b5e5-438a-b128-31a6aca8976a + - 67ba0dcf-6665-4c3f-a917-ff4e151a2ec9 status: 200 OK code: 200 duration: "" @@ -649,10 +713,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -661,7 +725,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:56 GMT + - Mon, 16 Mar 2020 11:42:25 GMT Server: - scaleway_api Strict-Transport-Security: @@ -671,7 +735,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 863098c2-fb77-4783-8153-1522a091a437 + - 92f2c6fd-05e2-48c4-b610-f93ea974cb2e status: 200 OK code: 200 duration: "" @@ -681,10 +745,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -693,7 +757,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:01 GMT + - Mon, 16 Mar 2020 11:42:30 GMT Server: - scaleway_api Strict-Transport-Security: @@ -703,7 +767,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f7640c6f-ae5a-48e5-aaf7-d4efe498bba9 + - bbf83f15-b2ab-465a-8b59-fc19eb016a90 status: 200 OK code: 200 duration: "" @@ -713,10 +777,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -725,7 +789,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:06 GMT + - Mon, 16 Mar 2020 11:42:35 GMT Server: - scaleway_api Strict-Transport-Security: @@ -735,7 +799,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 5ca83d4e-f882-4528-a9b0-206413644823 + - 5f64dbc4-e8d9-40d5-99f1-015bb8940059 status: 200 OK code: 200 duration: "" @@ -745,10 +809,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -757,7 +821,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:11 GMT + - Mon, 16 Mar 2020 11:42:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -767,7 +831,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 70f211fb-d77e-4895-97ce-5e6af72fca55 + - 7968e6c8-d877-4e3b-9bcf-3d27a2a44f46 status: 200 OK code: 200 duration: "" @@ -777,10 +841,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -789,7 +853,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:16 GMT + - Mon, 16 Mar 2020 11:42:45 GMT Server: - scaleway_api Strict-Transport-Security: @@ -799,7 +863,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9484ed9c-0580-4e66-9af6-19ab29bc1fcb + - f179c10a-f5b1-4264-afa9-22e668950c26 status: 200 OK code: 200 duration: "" @@ -809,10 +873,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -821,7 +885,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:21 GMT + - Mon, 16 Mar 2020 11:42:50 GMT Server: - scaleway_api Strict-Transport-Security: @@ -831,7 +895,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 724a8627-d53f-4a11-93d6-a79565b66a3b + - 7f6d4759-168c-40e3-bfcb-d2b425dad998 status: 200 OK code: 200 duration: "" @@ -841,10 +905,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -853,7 +917,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:26 GMT + - Mon, 16 Mar 2020 11:42:55 GMT Server: - scaleway_api Strict-Transport-Security: @@ -863,7 +927,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 75dae737-bb0a-4e72-89ff-7e0ec65a7e39 + - e6880a67-4b18-4218-9f6c-0b98544fac24 status: 200 OK code: 200 duration: "" @@ -873,10 +937,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -885,7 +949,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:31 GMT + - Mon, 16 Mar 2020 11:43:00 GMT Server: - scaleway_api Strict-Transport-Security: @@ -895,7 +959,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8066efeb-4c09-417c-8da9-06086b1cfaca + - 36d9a63b-00af-4580-996a-119309f7b8a0 status: 200 OK code: 200 duration: "" @@ -905,10 +969,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -917,7 +981,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:36 GMT + - Mon, 16 Mar 2020 11:43:05 GMT Server: - scaleway_api Strict-Transport-Security: @@ -927,7 +991,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 204010f6-df2f-40ae-b02b-2047b93d509b + - 3a15c223-c137-4b2b-8c8b-5d50c7564840 status: 200 OK code: 200 duration: "" @@ -937,10 +1001,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -949,7 +1013,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:41 GMT + - Mon, 16 Mar 2020 11:43:10 GMT Server: - scaleway_api Strict-Transport-Security: @@ -959,7 +1023,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e8c390e2-49af-4fb1-b2c1-824b7fc8664c + - c5b55e97-23e2-4a0b-a3d2-0dc35fb7d756 status: 200 OK code: 200 duration: "" @@ -969,10 +1033,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -981,7 +1045,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:46 GMT + - Mon, 16 Mar 2020 11:43:16 GMT Server: - scaleway_api Strict-Transport-Security: @@ -991,7 +1055,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e02a9960-6df7-4160-ba8e-fb81b375301c + - dd49e885-45d7-4457-914c-77319a76d2d8 status: 200 OK code: 200 duration: "" @@ -1001,10 +1065,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1013,7 +1077,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:51 GMT + - Mon, 16 Mar 2020 11:43:21 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1023,7 +1087,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 04a8c2f7-7ab6-48b4-af82-1f9f531832e1 + - 8a58d6cf-d839-47d2-958b-9c987e3e3d48 status: 200 OK code: 200 duration: "" @@ -1033,10 +1097,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1045,7 +1109,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:56 GMT + - Mon, 16 Mar 2020 11:43:26 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1055,7 +1119,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3cd4de52-f288-4a41-905f-8834594ef547 + - 129d2e8e-97ca-4382-929b-ec4485f64c7f status: 200 OK code: 200 duration: "" @@ -1065,10 +1129,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1077,7 +1141,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:01 GMT + - Mon, 16 Mar 2020 11:43:31 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1087,7 +1151,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6131454c-a9c1-4a94-9ec4-a7b83d119ef0 + - 38e413f0-47e6-496c-abeb-911903268232 status: 200 OK code: 200 duration: "" @@ -1097,10 +1161,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1109,7 +1173,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:07 GMT + - Mon, 16 Mar 2020 11:43:36 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1119,7 +1183,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8a130bad-f400-4631-aae2-3cd8248f75e8 + - 0ac62153-5bda-4c4b-8033-60f90042e0ca status: 200 OK code: 200 duration: "" @@ -1129,10 +1193,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1141,7 +1205,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:12 GMT + - Mon, 16 Mar 2020 11:43:41 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1151,7 +1215,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 82e6cbcb-17be-4ffc-88d8-f1bf76e4ad10 + - 7c828da4-e4fd-4c57-9dc9-4eda4673ba01 status: 200 OK code: 200 duration: "" @@ -1161,10 +1225,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1173,7 +1237,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:17 GMT + - Mon, 16 Mar 2020 11:43:46 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1183,7 +1247,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a40e0a9a-6ddd-41cf-874c-a4e31e31a1dc + - 908d81fb-87a8-4a26-8086-fd07bdc2161f status: 200 OK code: 200 duration: "" @@ -1193,10 +1257,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1205,7 +1269,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:22 GMT + - Mon, 16 Mar 2020 11:43:51 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1215,7 +1279,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ced5fc68-d9ab-431f-86c2-8e93c5db162c + - 35679fd2-1356-42d6-9ac2-c7d82ba87339 status: 200 OK code: 200 duration: "" @@ -1225,10 +1289,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1237,7 +1301,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:27 GMT + - Mon, 16 Mar 2020 11:43:56 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1247,7 +1311,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a2e54def-0237-4034-a555-6e31b202f7c3 + - dda2f707-fc96-466c-9a38-59d2e1511581 status: 200 OK code: 200 duration: "" @@ -1257,10 +1321,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"region":"fr-par","id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110759Z","updated_at":"2020-03-16T11:30:16.150462Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.597932Z","updated_at":"2020-03-16T11:41:50.230285Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://1a6f8616-9db1-4fdc-967d-d3e08c128e32.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.1a6f8616-9db1-4fdc-967d-d3e08c128e32.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1269,7 +1333,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:32 GMT + - Mon, 16 Mar 2020 11:44:01 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1279,7 +1343,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0572f41d-2ad9-4c29-83bf-0b9ff6383b7a + - 60c1876c-9e51-42aa-8fac-edb43eef2c97 status: 200 OK code: 200 duration: "" @@ -1289,10 +1353,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/1a6f8616-9db1-4fdc-967d-d3e08c128e32 method: GET response: - body: '{"message":"resource is not found","resource":"cluster","resource_id":"4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee","type":"not_found"}' + body: '{"message":"resource is not found","resource":"cluster","resource_id":"1a6f8616-9db1-4fdc-967d-d3e08c128e32","type":"not_found"}' headers: Content-Length: - "128" @@ -1301,7 +1365,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:37 GMT + - Mon, 16 Mar 2020 11:44:06 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1311,7 +1375,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4e725982-13be-4e29-a348-3843a1371c68 + - 1a934059-8a26-426d-ae95-933126937fb1 status: 404 Not Found code: 404 duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden index 91b03d3998..346c10064b 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden @@ -1 +1 @@ -Cluster 4289b7a1-c79b-4c3e-9a1c-36cc0bb0e6ee successfully deleted from /tmp/cli-uninstall-merge-test +Cluster 1a6f8616-9db1-4fdc-967d-d3e08c128e32 successfully deleted from /tmp/cli-uninstall-merge-test diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.cassette.yaml index a121a4bbbc..fb8fdb28b4 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.cassette.yaml +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.cassette.yaml @@ -12,7 +12,7 @@ interactions: url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters method: POST response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622166Z","updated_at":"2020-03-16T11:29:38.110622166Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378335Z","updated_at":"2020-03-16T11:40:56.594378335Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "989" @@ -21,7 +21,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:29:38 GMT + - Mon, 16 Mar 2020 11:40:59 GMT Server: - scaleway_api Strict-Transport-Security: @@ -31,7 +31,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c5122532-672e-48f7-95a8-4944e9906026 + - d3bddb7e-76a3-41c3-9365-1fed3b926340 status: 200 OK code: 200 duration: "" @@ -41,10 +41,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:40:56.594378Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -53,7 +53,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:29:38 GMT + - Mon, 16 Mar 2020 11:40:59 GMT Server: - scaleway_api Strict-Transport-Security: @@ -63,7 +63,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a3ff6f00-efe8-43d2-9358-9a6fe911c7fb + - 01a559b5-4485-4286-8129-7bec70086cef status: 200 OK code: 200 duration: "" @@ -73,10 +73,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:40:56.594378Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -85,7 +85,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:29:43 GMT + - Mon, 16 Mar 2020 11:41:04 GMT Server: - scaleway_api Strict-Transport-Security: @@ -95,7 +95,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 0e0679cb-9231-4e0e-8f3a-d2e27d7360fd + - 347edddc-e777-4ce3-9fc1-ac5534e0b819 status: 200 OK code: 200 duration: "" @@ -105,10 +105,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:40:56.594378Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -117,7 +117,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:29:48 GMT + - Mon, 16 Mar 2020 11:41:09 GMT Server: - scaleway_api Strict-Transport-Security: @@ -127,7 +127,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 88a51b2d-0b49-4aa2-934b-11d17304f536 + - dbb6bd34-5905-4629-be86-5acd3576c6d0 status: 200 OK code: 200 duration: "" @@ -137,10 +137,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:40:56.594378Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -149,7 +149,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:29:53 GMT + - Mon, 16 Mar 2020 11:41:14 GMT Server: - scaleway_api Strict-Transport-Security: @@ -159,7 +159,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f0b042c6-8fba-4442-9802-ae665957e93b + - e18be362-a75b-4503-acb2-69faae21c4f7 status: 200 OK code: 200 duration: "" @@ -169,10 +169,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:40:56.594378Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -181,7 +181,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:29:58 GMT + - Mon, 16 Mar 2020 11:41:19 GMT Server: - scaleway_api Strict-Transport-Security: @@ -191,7 +191,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - c15be100-a8de-4042-9e29-9823acddb070 + - 031bd6c7-0515-44fb-bdfe-8ea255ed876a status: 200 OK code: 200 duration: "" @@ -201,10 +201,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:40:56.594378Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "982" @@ -213,7 +213,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:03 GMT + - Mon, 16 Mar 2020 11:41:24 GMT Server: - scaleway_api Strict-Transport-Security: @@ -223,7 +223,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ed36e69b-8b8a-41cd-937f-46df53550b7a + - 0d1c51f1-13ab-4836-a1ef-15704a0213bf status: 200 OK code: 200 duration: "" @@ -233,10 +233,42 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:29:38.110622Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:40:56.594378Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 11:41:29 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b0b96cff-fe64-45e1-9d08-b88f28d7a800 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a + method: GET + response: + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:40:56.594378Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -245,7 +277,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:08 GMT + - Mon, 16 Mar 2020 11:41:34 GMT Server: - scaleway_api Strict-Transport-Security: @@ -255,7 +287,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9d16fa66-edf8-44c6-afba-756c47e49639 + - c97fa565-46aa-48a6-ac5e-df9a20b68211 status: 200 OK code: 200 duration: "" @@ -265,10 +297,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:10.942172Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:34.938295Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "988" @@ -277,7 +309,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:13 GMT + - Mon, 16 Mar 2020 11:41:39 GMT Server: - scaleway_api Strict-Transport-Security: @@ -287,7 +319,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e49a7b24-a79d-49a5-9a4c-10f1399f31c2 + - 701bb2f4-cdf3-4af5-aa4d-425dc52664f2 status: 200 OK code: 200 duration: "" @@ -297,10 +329,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwcmVrOVdiMWhFVkUxM1RVUk5lRTVVUlhoTmFtdDZUMVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRIRmhDbkJRWWxkck0ydG9aMU5MVm10R09YVmpPQzg1UVZsaFJXODVjWEpsTldrMFJERXpTVnAxWkVONk5uaDRPRFVyY0ZBNFZFOUpSMUF6TkRORWEydFJZVWtLWWtsMlptTlZaVmMzYW1seVowbFRVMjVRVjBaUWJ6UlNiSEZ4UzFCSFpVRklkWGxwY0c1WVdrTlliakpNYzFFdlFVVnFaV05hUzFwamVXdFFSekozTWdweGQwdDBRamRxZVVFck5tdzFlSEYyZFhjdmN6TjRja1ZDUlRoak5VODFSbWwyYzFCR1pVRk5hVlJ0YlZZclpHZGlUVTFtT0ZkallrTnNiSEZxTDJWNUNrcG1UVWhwTVN0MEx6bFhlVGhCVVZoM1UybEdUak5CTVZOellVczJSVFpRY2xweVNpOXBlbWtyZDNGSlpraEtNelIzYWtsWVRXOUZTbEJXVmxwNVpHNEtSbTUxYWtWeGJUWXhPWFYyYkRoaldtRjVjM1phWkUxblptYzVWRTFtWkUxSWEyVlpaMk4wUVhnck9Fd3dVazFCZVZacVJUUkpOa05MTlU5WVEyNVJVZ3BuUW1Wa1QwMXFXRVFyTUhvd1lVMURVbVpWUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGQlJYRkRZVWc0V0d0WloySmtiMlJaVVU1RVZEWlNhMkl6TDAwS1EwVm9iV1J0WkhsWGFWQlRTbTVrUVhWVk5VVTVRalZOT0ZGek9ESnRUU3RpZURCUWRWaHlNMWd3V2xwbVp6VnJRMGt3VG0xaVpHSTVjMHMwVEc5U2VBcFBURXRLVTBjd2MzcDBNR1ZGWkdaU2QwVlNabE5oTVdZMk5qSnVZbTV1WmtwNU4zRmhNM016UzJaQmFURlRkR3hpU1U1emVsbHZjMEZLWkVWSFJXVkVDbHBPVjBNd05ETk1XRnB6VVdOcU5WQnVOa3RyYjFod1VFVjVVREV6VGpncmJURlpMMUpVWjFKVWQwaFJOMDVXYjBOaFNGbzJiRGxhVXpCSWVXWXljbW9LZURsQk5uZ3pTakJFVVVwc05uVmtVREUwYkhkelNraGhVM1ZqUWpWUFEzaHhValIwTVhBeFFXNHhZMUZvV21weEwxUkJUVmxUWkZCd2NsVnNiVk4xTndvNVdrTnFaRE5zTUN0VWJtOHZSRzF0UWtnclltWkViSEJxYmsxUWVFNW5iV1JCYzB0SU9TdEdPVTByTDJ0NGVtcHJSRVJUZUROalpHOXFhejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzA3OWRkMGMtMzNhZS00YzNhLWJhYWItY2RjMTM2MjM3ZDhlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBZY3BVS3o3czZKYVZzc05HY3FKemdHc3FGWXk2S0FHVXdVU3piQ0NKdjhmRHZXU2FVVnI2QnNXdw=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VGtSQk1VOVdiMWhFVkUxM1RVUk5lRTVVUlhoT1JFRXhUMVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRVcFdDbk5WUW5GNlpWYzFPV05wTnpaYVZYVkpaSGdyYldvNWJGVnJaa2MxTUhWUE1XbFNPRmhPTUdwck1XWnZURkpGU1RGMlVrNHdiMVZzT0hoc2MzaFdSVmdLV2l0SlNEaEZWeTkxY0RsMFoxbHhkakpaZDFRck5sTnpUMGN6WWtOT1ZsVmpSM0F5U21aTGRtd3dSekZTY2l0c2VtY3hSbEJyVTBzck9WZEZabmR4U3dwaVZ6Umpla1ZFYzFnMWRsSjBhSEJaZGpCbk9XeDFaM0ZMTkdwWmJrNUVjSGQzVURkVU5HeFNkMUJyYm1WelZsZFNXVmxHVXpNM1NFbFpUWEJ5YzJ0TkNqVk9TREpVTTJVNFJUbFZWMGxJVG1OaGJWbEpMemRXVDI1b2VDOTJlRkVyY1V0VmIyWllNMWd2YW1aRWFqZGtlVFpMUkdjNWJtMXhNRlJPTmk5WFdVc0tkU3RsV0dWM1pYaExUMUZpWm5Cck4yaEthVWRGVWpGdWIwOVFlRTR2VUdabWRGQnljV3A2UkV4d1ZtSjFkbE5KZVZCMFRrOXNRVWx4WldKMGMzQjZUQXBNUVZWaVVrZ3llR1Z0YTBOM1ZHRklVRWN3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGSkswMUdOVUo2VFdWbmNIa3JUMlZGUmpCWmRtWklVbkp0YWk4S1IySnZPVFpKUVZocmEwSkNTbGxLYlRaNFZVOWhTa0UzTTNKcE9UWnJNR1p1Ym04NE5GTlpjamhXTWxOR01GbDFVWEZJVVZGaVlraGxNMWhYVFVRME5ncFBlbWgzUlZwblUzZHdaVEp1WmpadWFtbHlPVXBHVGxwWFVVZEhkVGRxU1VGbWRtUlJaa3h6TTNaWWJEZDFaRGRLVldFMFJEQkhiM1J0TVdseVFtVnJDbkZyYURFM2JUWXhUakZEU0UxVlEwdENhakpyTnpZMVIzUkVSVzQ1ZUVadVkxbFBkMDFwYkUxemNVZE5SMHBCYVZBck5sSjVNMlJQWjBJMk4zRXlRVW9LTDFJdk9GTXphRWRRTVVkalpVWnphR05aTDNKemMyZzRla2hvYkZKdmNWVkRVVXRMWVNzMFlqSjRhMlF4V0VwWlFua3JabXhxVlcxbVkzcDBSVGh5WkFweFkxQkhORXhCUW5RNGFTdEZZMEo2Y1daR1ZrZFNlRzgyYUdWRlRUUnFURFpsZWtWNEszcFlVelU1VWxGaFlrbERiRzAxWjBJM1dFUkxSVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDM4YWUzOWUtNTA5MC00Mzk4LWEwYzItM2JjOGE2YzA2NjJhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiA1YnpRQnF2WmpkYzhudmloeGVXbWhHcVhnT0FsaFVrZDFzRndmSHNHOVRneFgwQzZhYmplTVNqYQ=="}' headers: Content-Length: - "2468" @@ -309,7 +341,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:14 GMT + - Mon, 16 Mar 2020 11:41:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -319,7 +351,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - ece2dab7-1bf6-4d49-a214-8a439034daee + - cbbef64c-3f13-405a-b333-353714fe2076 status: 200 OK code: 200 duration: "" @@ -329,10 +361,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e/kubeconfig + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a/kubeconfig method: GET response: - body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VFdwcmVrOVdiMWhFVkUxM1RVUk5lRTVVUlhoTmFtdDZUMVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRIRmhDbkJRWWxkck0ydG9aMU5MVm10R09YVmpPQzg1UVZsaFJXODVjWEpsTldrMFJERXpTVnAxWkVONk5uaDRPRFVyY0ZBNFZFOUpSMUF6TkRORWEydFJZVWtLWWtsMlptTlZaVmMzYW1seVowbFRVMjVRVjBaUWJ6UlNiSEZ4UzFCSFpVRklkWGxwY0c1WVdrTlliakpNYzFFdlFVVnFaV05hUzFwamVXdFFSekozTWdweGQwdDBRamRxZVVFck5tdzFlSEYyZFhjdmN6TjRja1ZDUlRoak5VODFSbWwyYzFCR1pVRk5hVlJ0YlZZclpHZGlUVTFtT0ZkallrTnNiSEZxTDJWNUNrcG1UVWhwTVN0MEx6bFhlVGhCVVZoM1UybEdUak5CTVZOellVczJSVFpRY2xweVNpOXBlbWtyZDNGSlpraEtNelIzYWtsWVRXOUZTbEJXVmxwNVpHNEtSbTUxYWtWeGJUWXhPWFYyYkRoaldtRjVjM1phWkUxblptYzVWRTFtWkUxSWEyVlpaMk4wUVhnck9Fd3dVazFCZVZacVJUUkpOa05MTlU5WVEyNVJVZ3BuUW1Wa1QwMXFXRVFyTUhvd1lVMURVbVpWUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGQlJYRkRZVWc0V0d0WloySmtiMlJaVVU1RVZEWlNhMkl6TDAwS1EwVm9iV1J0WkhsWGFWQlRTbTVrUVhWVk5VVTVRalZOT0ZGek9ESnRUU3RpZURCUWRWaHlNMWd3V2xwbVp6VnJRMGt3VG0xaVpHSTVjMHMwVEc5U2VBcFBURXRLVTBjd2MzcDBNR1ZGWkdaU2QwVlNabE5oTVdZMk5qSnVZbTV1WmtwNU4zRmhNM016UzJaQmFURlRkR3hpU1U1emVsbHZjMEZLWkVWSFJXVkVDbHBPVjBNd05ETk1XRnB6VVdOcU5WQnVOa3RyYjFod1VFVjVVREV6VGpncmJURlpMMUpVWjFKVWQwaFJOMDVXYjBOaFNGbzJiRGxhVXpCSWVXWXljbW9LZURsQk5uZ3pTakJFVVVwc05uVmtVREUwYkhkelNraGhVM1ZqUWpWUFEzaHhValIwTVhBeFFXNHhZMUZvV21weEwxUkJUVmxUWkZCd2NsVnNiVk4xTndvNVdrTnFaRE5zTUN0VWJtOHZSRzF0UWtnclltWkViSEJxYmsxUWVFNW5iV1JCYzB0SU9TdEdPVTByTDJ0NGVtcHJSRVJUZUROalpHOXFhejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNzA3OWRkMGMtMzNhZS00YzNhLWJhYWItY2RjMTM2MjM3ZDhlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBZY3BVS3o3czZKYVZzc05HY3FKemdHc3FGWXk2S0FHVXdVU3piQ0NKdjhmRHZXU2FVVnI2QnNXdw=="}' + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVY0VGtSQk1VOVdiMWhFVkUxM1RVUk5lRTVVUlhoT1JFRXhUMVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRVcFdDbk5WUW5GNlpWYzFPV05wTnpaYVZYVkpaSGdyYldvNWJGVnJaa2MxTUhWUE1XbFNPRmhPTUdwck1XWnZURkpGU1RGMlVrNHdiMVZzT0hoc2MzaFdSVmdLV2l0SlNEaEZWeTkxY0RsMFoxbHhkakpaZDFRck5sTnpUMGN6WWtOT1ZsVmpSM0F5U21aTGRtd3dSekZTY2l0c2VtY3hSbEJyVTBzck9WZEZabmR4U3dwaVZ6Umpla1ZFYzFnMWRsSjBhSEJaZGpCbk9XeDFaM0ZMTkdwWmJrNUVjSGQzVURkVU5HeFNkMUJyYm1WelZsZFNXVmxHVXpNM1NFbFpUWEJ5YzJ0TkNqVk9TREpVTTJVNFJUbFZWMGxJVG1OaGJWbEpMemRXVDI1b2VDOTJlRkVyY1V0VmIyWllNMWd2YW1aRWFqZGtlVFpMUkdjNWJtMXhNRlJPTmk5WFdVc0tkU3RsV0dWM1pYaExUMUZpWm5Cck4yaEthVWRGVWpGdWIwOVFlRTR2VUdabWRGQnljV3A2UkV4d1ZtSjFkbE5KZVZCMFRrOXNRVWx4WldKMGMzQjZUQXBNUVZWaVVrZ3llR1Z0YTBOM1ZHRklVRWN3UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGSkswMUdOVUo2VFdWbmNIa3JUMlZGUmpCWmRtWklVbkp0YWk4S1IySnZPVFpKUVZocmEwSkNTbGxLYlRaNFZVOWhTa0UzTTNKcE9UWnJNR1p1Ym04NE5GTlpjamhXTWxOR01GbDFVWEZJVVZGaVlraGxNMWhYVFVRME5ncFBlbWgzUlZwblUzZHdaVEp1WmpadWFtbHlPVXBHVGxwWFVVZEhkVGRxU1VGbWRtUlJaa3h6TTNaWWJEZDFaRGRLVldFMFJEQkhiM1J0TVdseVFtVnJDbkZyYURFM2JUWXhUakZEU0UxVlEwdENhakpyTnpZMVIzUkVSVzQ1ZUVadVkxbFBkMDFwYkUxemNVZE5SMHBCYVZBck5sSjVNMlJQWjBJMk4zRXlRVW9LTDFJdk9GTXphRWRRTVVkalpVWnphR05aTDNKemMyZzRla2hvYkZKdmNWVkRVVXRMWVNzMFlqSjRhMlF4V0VwWlFua3JabXhxVlcxbVkzcDBSVGh5WkFweFkxQkhORXhCUW5RNGFTdEZZMEo2Y1daR1ZrZFNlRzgyYUdWRlRUUnFURFpsZWtWNEszcFlVelU1VWxGaFlrbERiRzAxWjBJM1dFUkxSVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNDM4YWUzOWUtNTA5MC00Mzk4LWEwYzItM2JjOGE2YzA2NjJhLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiA1YnpRQnF2WmpkYzhudmloeGVXbWhHcVhnT0FsaFVrZDFzRndmSHNHOVRneFgwQzZhYmplTVNqYQ=="}' headers: Content-Length: - "2468" @@ -341,7 +373,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:14 GMT + - Mon, 16 Mar 2020 11:41:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -351,7 +383,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 66b66ff0-f658-404e-b5d2-808d61b63944 + - d82c82f0-c266-4fd2-8208-d7c3760c1e36 status: 200 OK code: 200 duration: "" @@ -361,10 +393,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: DELETE response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301418884Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147389Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "994" @@ -373,7 +405,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:14 GMT + - Mon, 16 Mar 2020 11:41:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -383,7 +415,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f3d9081d-b29a-4cef-ae11-d8ebb773e035 + - 6ac3f95f-df39-4f6f-9bde-1de7b167d3d4 status: 200 OK code: 200 duration: "" @@ -393,10 +425,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -405,7 +437,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:14 GMT + - Mon, 16 Mar 2020 11:41:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -415,7 +447,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7a2f0b44-6992-4562-af6e-1469231e5161 + - e2be9e81-4ede-4c67-ab64-28560b72effb status: 200 OK code: 200 duration: "" @@ -425,10 +457,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -437,7 +469,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:19 GMT + - Mon, 16 Mar 2020 11:41:45 GMT Server: - scaleway_api Strict-Transport-Security: @@ -447,7 +479,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 21f46375-c86e-4bc4-a9b2-2ef657200b05 + - 8c1448c2-642a-40d0-900c-e6fd968793d8 status: 200 OK code: 200 duration: "" @@ -457,10 +489,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -469,7 +501,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:24 GMT + - Mon, 16 Mar 2020 11:41:50 GMT Server: - scaleway_api Strict-Transport-Security: @@ -479,7 +511,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 4165d4d5-5bed-4b23-88e9-b7afe997230b + - 47b2e1e4-88b8-4744-ace8-e7bde90f3283 status: 200 OK code: 200 duration: "" @@ -489,10 +521,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -501,7 +533,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:29 GMT + - Mon, 16 Mar 2020 11:41:55 GMT Server: - scaleway_api Strict-Transport-Security: @@ -511,7 +543,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 9191001f-51e7-48d8-a650-3ff03979d24a + - c64a0e46-b7e6-4d71-8989-f8ad437f3737 status: 200 OK code: 200 duration: "" @@ -521,10 +553,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -533,7 +565,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:34 GMT + - Mon, 16 Mar 2020 11:42:00 GMT Server: - scaleway_api Strict-Transport-Security: @@ -543,7 +575,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 16eae95d-6bd5-42cd-8af7-f0919b929d04 + - 929e846c-2ba1-472a-a974-c8122c91ea23 status: 200 OK code: 200 duration: "" @@ -553,10 +585,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -565,7 +597,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:39 GMT + - Mon, 16 Mar 2020 11:42:05 GMT Server: - scaleway_api Strict-Transport-Security: @@ -575,7 +607,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - e02eeccd-3a85-4c54-a7aa-814fcdd25ba0 + - 2170002a-d48e-4e98-8b25-e2ad3e49e6b8 status: 200 OK code: 200 duration: "" @@ -585,10 +617,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -597,7 +629,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:44 GMT + - Mon, 16 Mar 2020 11:42:10 GMT Server: - scaleway_api Strict-Transport-Security: @@ -607,7 +639,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - cdd18ce5-7879-4c44-9a06-bb0869e0a386 + - 9337e7e3-9275-466b-b0f6-d32074764eca status: 200 OK code: 200 duration: "" @@ -617,10 +649,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -629,7 +661,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:49 GMT + - Mon, 16 Mar 2020 11:42:15 GMT Server: - scaleway_api Strict-Transport-Security: @@ -639,7 +671,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d8e2ece1-bc13-4825-ad3a-ab78b3d0bacd + - 683fb02b-53aa-49ce-b282-12bc7976ec8b status: 200 OK code: 200 duration: "" @@ -649,10 +681,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -661,7 +693,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:54 GMT + - Mon, 16 Mar 2020 11:42:20 GMT Server: - scaleway_api Strict-Transport-Security: @@ -671,7 +703,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2c7be8e7-652e-40d8-bdaa-6f07ff1130e4 + - 56410871-88d5-4383-b1ac-9a23c8998ceb status: 200 OK code: 200 duration: "" @@ -681,10 +713,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -693,7 +725,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:30:59 GMT + - Mon, 16 Mar 2020 11:42:25 GMT Server: - scaleway_api Strict-Transport-Security: @@ -703,7 +735,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 190f7f16-3752-45eb-ab4a-a2a11200049e + - 9ae516a6-7e7e-4a01-85c5-d616a6c63f8b status: 200 OK code: 200 duration: "" @@ -713,10 +745,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -725,7 +757,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:04 GMT + - Mon, 16 Mar 2020 11:42:30 GMT Server: - scaleway_api Strict-Transport-Security: @@ -735,7 +767,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 57f2f6a4-f2f8-44be-b2bc-2e465df64fc7 + - f063477e-1fff-46ae-afba-0b5b5dce63c9 status: 200 OK code: 200 duration: "" @@ -745,10 +777,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -757,7 +789,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:09 GMT + - Mon, 16 Mar 2020 11:42:35 GMT Server: - scaleway_api Strict-Transport-Security: @@ -767,7 +799,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 8576791d-a518-4a34-acaa-4de8e8d8704f + - 64e4f800-7ceb-4d44-8509-e715f6c5d5d3 status: 200 OK code: 200 duration: "" @@ -777,10 +809,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -789,7 +821,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:14 GMT + - Mon, 16 Mar 2020 11:42:40 GMT Server: - scaleway_api Strict-Transport-Security: @@ -799,7 +831,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 63e538bc-e90d-4fd6-b2f0-5a4ecb42ef0c + - a9c7dc6c-397a-4bd7-8597-a99fd0a47588 status: 200 OK code: 200 duration: "" @@ -809,10 +841,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -821,7 +853,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:19 GMT + - Mon, 16 Mar 2020 11:42:45 GMT Server: - scaleway_api Strict-Transport-Security: @@ -831,7 +863,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 438a5a7d-7c93-4064-982f-fa397b092cb3 + - 8ccb3cf4-5738-45bb-be6f-ccb6ea0ede2f status: 200 OK code: 200 duration: "" @@ -841,10 +873,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -853,7 +885,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:24 GMT + - Mon, 16 Mar 2020 11:42:50 GMT Server: - scaleway_api Strict-Transport-Security: @@ -863,7 +895,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - efa7f17c-669f-4ba4-8e76-7ef95a396cff + - 6101655d-ca25-4467-9af6-ead1ca041cf6 status: 200 OK code: 200 duration: "" @@ -873,10 +905,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -885,7 +917,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:29 GMT + - Mon, 16 Mar 2020 11:42:55 GMT Server: - scaleway_api Strict-Transport-Security: @@ -895,7 +927,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - d4f3570e-cf85-4cf6-aeb9-6d067bd9cfaa + - bd68fdc2-1292-407e-950f-9b1915e96289 status: 200 OK code: 200 duration: "" @@ -905,10 +937,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -917,7 +949,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:34 GMT + - Mon, 16 Mar 2020 11:43:00 GMT Server: - scaleway_api Strict-Transport-Security: @@ -927,7 +959,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 7bc75201-2500-4028-86ac-599d35bceaa9 + - f7722b89-d7a1-46a9-8292-18538df8d056 status: 200 OK code: 200 duration: "" @@ -937,10 +969,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -949,7 +981,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:39 GMT + - Mon, 16 Mar 2020 11:43:05 GMT Server: - scaleway_api Strict-Transport-Security: @@ -959,7 +991,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - f271fe14-1932-43ac-985c-b1b2e3f29ffd + - 9b50ca35-2c91-4a5a-8a3a-742a361ff55b status: 200 OK code: 200 duration: "" @@ -969,10 +1001,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -981,7 +1013,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:44 GMT + - Mon, 16 Mar 2020 11:43:10 GMT Server: - scaleway_api Strict-Transport-Security: @@ -991,7 +1023,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 3139457b-caa3-422a-a673-aed337456a33 + - 4038c5f7-3260-4e98-b9b4-61b6ec33e537 status: 200 OK code: 200 duration: "" @@ -1001,10 +1033,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1013,7 +1045,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:50 GMT + - Mon, 16 Mar 2020 11:43:15 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1023,7 +1055,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - eff9b6e4-2ced-4484-9f4a-594c33845641 + - 4ddfd6cc-67f7-4a0a-80b6-7721dbae6040 status: 200 OK code: 200 duration: "" @@ -1033,10 +1065,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1045,7 +1077,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:55 GMT + - Mon, 16 Mar 2020 11:43:20 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1055,7 +1087,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 6e288325-a2f7-4170-a179-b7c3b0a9a385 + - 1e032229-b54b-48ab-be53-49dc2e0fa505 status: 200 OK code: 200 duration: "" @@ -1065,10 +1097,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1077,7 +1109,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:31:59 GMT + - Mon, 16 Mar 2020 11:43:25 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1087,7 +1119,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 898a4920-f94f-4d81-bdcf-7faf617a4499 + - 543e7fa8-96be-4be5-976b-197bb4b52720 status: 200 OK code: 200 duration: "" @@ -1097,10 +1129,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1109,7 +1141,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:05 GMT + - Mon, 16 Mar 2020 11:43:30 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1119,7 +1151,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 46002d49-a665-4229-99dc-4b288ebe94ea + - 7e3dd8ab-560c-4eeb-96b0-cb00270d5650 status: 200 OK code: 200 duration: "" @@ -1129,10 +1161,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1141,7 +1173,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:10 GMT + - Mon, 16 Mar 2020 11:43:36 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1151,7 +1183,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - b2529cb0-cff8-474c-a18e-bee6f01496ea + - 8c4ac346-88fd-4c0a-8d3c-504442347036 status: 200 OK code: 200 duration: "" @@ -1161,10 +1193,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1173,7 +1205,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:15 GMT + - Mon, 16 Mar 2020 11:43:41 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1183,7 +1215,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 19b5a13c-f494-4dc9-bbb2-98382af742bc + - 20c744f9-90b8-4f03-8cbc-9c68bde3de89 status: 200 OK code: 200 duration: "" @@ -1193,10 +1225,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1205,7 +1237,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:20 GMT + - Mon, 16 Mar 2020 11:43:46 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1215,7 +1247,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - a80914f3-6ed4-4e0a-9ce8-d26e12416482 + - febd820a-80fc-4266-90a0-0a21ed5d69ad status: 200 OK code: 200 duration: "" @@ -1225,10 +1257,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - "991" @@ -1237,7 +1269,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:25 GMT + - Mon, 16 Mar 2020 11:43:51 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1247,7 +1279,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 03c32f4b-d01f-4760-bf8f-8e73e5b4b34f + - ffbd6e1a-8ee3-448f-b5a1-897319909c0f status: 200 OK code: 200 duration: "" @@ -1257,19 +1289,19 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"region":"fr-par","id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:29:38.110622Z","updated_at":"2020-03-16T11:30:14.301419Z","name":"cli-test","description":"","current_node_count":1,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://7079dd0c-33ae-4c3a-baab-cdc136237d8e.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.7079dd0c-33ae-4c3a-baab-cdc136237d8e.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + body: '{"region":"fr-par","id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T11:40:56.594378Z","updated_at":"2020-03-16T11:41:40.154147Z","name":"cli-test","description":"","current_node_count":0,"status":"deleting","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://438ae39e-5090-4398-a0c2-3bc8a6c0662a.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.438ae39e-5090-4398-a0c2-3bc8a6c0662a.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' headers: Content-Length: - - "991" + - "982" Content-Security-Policy: - default-src 'none'; frame-ancestors 'none' Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:30 GMT + - Mon, 16 Mar 2020 11:43:56 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1279,7 +1311,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 2f36ef6e-4ded-4dc7-878c-238561069f2b + - fd494dd3-9841-45a1-9e3d-387a28051137 status: 200 OK code: 200 duration: "" @@ -1289,10 +1321,10 @@ interactions: headers: User-Agent: - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test - url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/7079dd0c-33ae-4c3a-baab-cdc136237d8e + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/438ae39e-5090-4398-a0c2-3bc8a6c0662a method: GET response: - body: '{"message":"resource is not found","resource":"cluster","resource_id":"7079dd0c-33ae-4c3a-baab-cdc136237d8e","type":"not_found"}' + body: '{"message":"resource is not found","resource":"cluster","resource_id":"438ae39e-5090-4398-a0c2-3bc8a6c0662a","type":"not_found"}' headers: Content-Length: - "128" @@ -1301,7 +1333,7 @@ interactions: Content-Type: - application/json Date: - - Mon, 16 Mar 2020 11:32:35 GMT + - Mon, 16 Mar 2020 11:44:01 GMT Server: - scaleway_api Strict-Transport-Security: @@ -1311,7 +1343,7 @@ interactions: X-Frame-Options: - DENY X-Request-Id: - - 30732b09-7028-4ad0-af05-6f8b0ee90dc4 + - 52bd8413-ce94-4cd7-9a61-061c7a065767 status: 404 Not Found code: 404 duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden index b6d3329248..184ceea895 100644 --- a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden @@ -1 +1 @@ -Cluster 7079dd0c-33ae-4c3a-baab-cdc136237d8e successfully deleted from /tmp/cli-uninstall-test +Cluster 438ae39e-5090-4398-a0c2-3bc8a6c0662a successfully deleted from /tmp/cli-uninstall-test From 6c5124c8a50247dd3a12e349b75aec2bb97e9dfc Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Mon, 16 Mar 2020 18:15:59 +0100 Subject: [PATCH 09/20] update goldens Signed-off-by: Patrik Cyvoct --- ...l-kubeconfig-test-empty-file.cassette.yaml | 325 +++++++++++++++ ...econfig-test-uninstall-merge.cassette.yaml | 389 ++++++++++++++++++ 2 files changed, 714 insertions(+) create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-test-empty-file.cassette.yaml create mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-test-uninstall-merge.cassette.yaml diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-test-empty-file.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-test-empty-file.cassette.yaml new file mode 100644 index 0000000000..ac1997c95f --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-test-empty-file.cassette.yaml @@ -0,0 +1,325 @@ +--- +version: 1 +interactions: +- request: + body: '{"organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","name":"cli-test","description":"","tags":null,"version":"1.17.3","cni":"cilium","enable_dashboard":false,"ingress":"unknown_ingress","default_pool_config":{"node_type":"DEV1-M","placement_group_id":null,"autoscaling":false,"size":1,"min_size":null,"max_size":null,"container_runtime":"unknown_runtime","autohealing":false,"tags":null},"autoscaler_config":null,"auto_upgrade":null,"feature_gates":null,"admission_plugins":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters + method: POST + response: + body: '{"region":"fr-par","id":"4a6ff054-abec-4ac0-a53b-8babf63810c1","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.611158681Z","updated_at":"2020-03-16T15:26:07.611158681Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4a6ff054-abec-4ac0-a53b-8babf63810c1.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4a6ff054-abec-4ac0-a53b-8babf63810c1.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "989" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:08 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 84249998-3922-4fca-8bce-d615b0e01146 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4a6ff054-abec-4ac0-a53b-8babf63810c1 + method: GET + response: + body: '{"region":"fr-par","id":"4a6ff054-abec-4ac0-a53b-8babf63810c1","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.611159Z","updated_at":"2020-03-16T15:26:07.611159Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4a6ff054-abec-4ac0-a53b-8babf63810c1.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4a6ff054-abec-4ac0-a53b-8babf63810c1.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:08 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 738ba6fa-5ece-410c-9063-f316e988c780 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4a6ff054-abec-4ac0-a53b-8babf63810c1 + method: GET + response: + body: '{"region":"fr-par","id":"4a6ff054-abec-4ac0-a53b-8babf63810c1","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.611159Z","updated_at":"2020-03-16T15:26:07.611159Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4a6ff054-abec-4ac0-a53b-8babf63810c1.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4a6ff054-abec-4ac0-a53b-8babf63810c1.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - dba23e20-b06b-4546-9f85-ab5701118c42 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4a6ff054-abec-4ac0-a53b-8babf63810c1 + method: GET + response: + body: '{"region":"fr-par","id":"4a6ff054-abec-4ac0-a53b-8babf63810c1","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.611159Z","updated_at":"2020-03-16T15:26:07.611159Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4a6ff054-abec-4ac0-a53b-8babf63810c1.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4a6ff054-abec-4ac0-a53b-8babf63810c1.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:18 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - baff8447-d2a9-4869-9b52-c43b0b5426a2 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4a6ff054-abec-4ac0-a53b-8babf63810c1 + method: GET + response: + body: '{"region":"fr-par","id":"4a6ff054-abec-4ac0-a53b-8babf63810c1","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.611159Z","updated_at":"2020-03-16T15:26:07.611159Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4a6ff054-abec-4ac0-a53b-8babf63810c1.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4a6ff054-abec-4ac0-a53b-8babf63810c1.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:23 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fadeadfe-dae5-4cd6-886c-d82449b0a0ed + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4a6ff054-abec-4ac0-a53b-8babf63810c1 + method: GET + response: + body: '{"region":"fr-par","id":"4a6ff054-abec-4ac0-a53b-8babf63810c1","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.611159Z","updated_at":"2020-03-16T15:26:07.611159Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4a6ff054-abec-4ac0-a53b-8babf63810c1.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4a6ff054-abec-4ac0-a53b-8babf63810c1.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:28 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 47c290d4-08e5-45e7-8c52-f390beca3585 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4a6ff054-abec-4ac0-a53b-8babf63810c1 + method: GET + response: + body: '{"region":"fr-par","id":"4a6ff054-abec-4ac0-a53b-8babf63810c1","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.611159Z","updated_at":"2020-03-16T15:26:07.611159Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://4a6ff054-abec-4ac0-a53b-8babf63810c1.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4a6ff054-abec-4ac0-a53b-8babf63810c1.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:33 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - ff4bc7db-1db6-4213-bb32-072ea49623b5 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4a6ff054-abec-4ac0-a53b-8babf63810c1 + method: GET + response: + body: '{"region":"fr-par","id":"4a6ff054-abec-4ac0-a53b-8babf63810c1","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.611159Z","updated_at":"2020-03-16T15:26:07.611159Z","name":"cli-test","description":"","current_node_count":1,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4a6ff054-abec-4ac0-a53b-8babf63810c1.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4a6ff054-abec-4ac0-a53b-8babf63810c1.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "991" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:39 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - b4a7ed8c-e863-4c9d-bb20-da782577a396 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4a6ff054-abec-4ac0-a53b-8babf63810c1 + method: GET + response: + body: '{"region":"fr-par","id":"4a6ff054-abec-4ac0-a53b-8babf63810c1","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.611159Z","updated_at":"2020-03-16T15:26:39.704168Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://4a6ff054-abec-4ac0-a53b-8babf63810c1.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.4a6ff054-abec-4ac0-a53b-8babf63810c1.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "988" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:44 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - c20ced71-4527-41c1-9ed3-dbd9dc7b89b5 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/4a6ff054-abec-4ac0-a53b-8babf63810c1/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVV4VFdwWmQwOUdiMWhFVkUxM1RVUk5lRTVVUlRGTmFsbDNUMFp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRUUmhDalkyY1hsUVNTczFiSE4yWTA1RVYzZEJTbkI2U1U5UkwxQkRkV1pHTTNBelpscENOVlkxUzJ4MVl6ZExTVzlFVDBOMFZpdEdSVXhzVkdwVmJsRnVRa1VLVG5OTWJUZGpVVGR0SzNOV1dHVllPVFJNYVdSMWIyRnhjV3BsVjFJd0szQjJRV1V2V1hNek0weG1OaTlYYkRaQll6ZE9kM1V2Tm5WSlRHWnhWR1ZTVHdwSFJpODVNMDUxVkV0aVJtNW1SMHR2WjJjckt6QlJkV05NVGtaYVZFaDFZbEJaWlZkNk5qaHFWVmhLWkdGR2JIcEliSE5YTmxGellUVlJia1ZEYVVKWENtUm5aMXBYYjI4NVFXVXlhVFJrTlZGbmRsZ3ZWV3BWU0hwNFNUSkJXa05oVDBScmVrUm1Ra3hGVkdGTmJrbHJSek50YmtaRlNrOHJZME42UVZSRFRGRUtUSGhNVkVvelRtRTRZVWQ0UlhBMWJrWkdlRTlZVVRWRmNuWm1hVXRIWVhwNFlWVXpTakpEUVdJMGNsaDFhV3hDTlRocGQxbHFWMlp3UnpOd2IwVkZXUXBHWTI5amJVUkthVzFCYjAxQ1dYbElVV05GUTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGS1REQmFUMjlTUXpNelVGQk5URzlIVTJ4SmIyWkRNazl1WmxvS2VFVm5VRFJ1YzNsUFlrMXJWM2xrWjBwbWFXZEtRbE13YldaMU5sb3JZakExVG0xU01YQkxOaTltTlVwV2RDOU5Sak5PVkZKRU4xQkJMMEpRZFdaR2R3cHplV3RUYVZkalVtWlBNMmhWTjJVelVEQlZORTAwYmxoTlQxZEZWR2hrUzFkaVJtMU5kSFIxWlZac0wxZHpTbEoxYlU5dlZuSmlRbVl6UjA1aWMzcHZDbWt4YVZKeGVVUXhja1J3YlhoalRWcExUbGx1U0dwMFNESTFSbWg0VHpNeFQyZFlTSEp5UlVSak5IRnlURkZaZG1ONFRFSm1WM3B3WlZWVlVFcDNiMU1LU25GaWNUVm9Tblp2UTAxcVdUQjRjazlvYVhaMmJVVkpSbXBGVWpGT1NtYzNTMmxDY1dkclNDdFVXRGx5Ym14UE5VOW1lbEZYUkdWNVYyRjRRblZXT1FwVVpWaDRkMUExTjFVeVJYcHpSQzl0TWt4aGFERlFPWHAwYkU5aU1rRXhNV0oyTWxaUFRuRk5XV2dyTW1KSlJEZDVOVlkxTDFORWQwaFFRVDBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vNGE2ZmYwNTQtYWJlYy00YWMwLWE1M2ItOGJhYmY2MzgxMGMxLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiBvcTROVU9nVHdFRGtNRzN6bVE3TU9UNWFSR2VBQ0VpbTNmd2UxN1pvSE5GNjdnVE9Td0FOS2Y1aA=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:44 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fe75e61f-40af-4b66-8148-da40677441a3 + status: 200 OK + code: 200 + duration: "" diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-test-uninstall-merge.cassette.yaml b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-test-uninstall-merge.cassette.yaml new file mode 100644 index 0000000000..ba01fb7836 --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-test-uninstall-merge.cassette.yaml @@ -0,0 +1,389 @@ +--- +version: 1 +interactions: +- request: + body: '{"organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","name":"cli-test","description":"","tags":null,"version":"1.17.3","cni":"cilium","enable_dashboard":false,"ingress":"unknown_ingress","default_pool_config":{"node_type":"DEV1-M","placement_group_id":null,"autoscaling":false,"size":1,"min_size":null,"max_size":null,"container_runtime":"unknown_runtime","autohealing":false,"tags":null},"autoscaler_config":null,"auto_upgrade":null,"feature_gates":null,"admission_plugins":null}' + form: {} + headers: + Content-Type: + - application/json + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters + method: POST + response: + body: '{"region":"fr-par","id":"2666f72d-f376-4beb-8e93-6707ef11dcbe","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.613903808Z","updated_at":"2020-03-16T15:26:07.613903808Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://2666f72d-f376-4beb-8e93-6707ef11dcbe.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.2666f72d-f376-4beb-8e93-6707ef11dcbe.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":false,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "989" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:08 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 35fdb9ed-ce94-41c7-97c6-093ce1926131 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/2666f72d-f376-4beb-8e93-6707ef11dcbe + method: GET + response: + body: '{"region":"fr-par","id":"2666f72d-f376-4beb-8e93-6707ef11dcbe","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.613904Z","updated_at":"2020-03-16T15:26:07.613904Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://2666f72d-f376-4beb-8e93-6707ef11dcbe.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.2666f72d-f376-4beb-8e93-6707ef11dcbe.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:08 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 8c6ff57e-514a-454d-83a3-ec486f4dcee5 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/2666f72d-f376-4beb-8e93-6707ef11dcbe + method: GET + response: + body: '{"region":"fr-par","id":"2666f72d-f376-4beb-8e93-6707ef11dcbe","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.613904Z","updated_at":"2020-03-16T15:26:07.613904Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://2666f72d-f376-4beb-8e93-6707ef11dcbe.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.2666f72d-f376-4beb-8e93-6707ef11dcbe.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:13 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 86b35698-563b-431a-896a-3764d4e8f5d0 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/2666f72d-f376-4beb-8e93-6707ef11dcbe + method: GET + response: + body: '{"region":"fr-par","id":"2666f72d-f376-4beb-8e93-6707ef11dcbe","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.613904Z","updated_at":"2020-03-16T15:26:07.613904Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://2666f72d-f376-4beb-8e93-6707ef11dcbe.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.2666f72d-f376-4beb-8e93-6707ef11dcbe.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:18 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 86aa4d6a-fa6d-45d2-9c09-41519f7d16c1 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/2666f72d-f376-4beb-8e93-6707ef11dcbe + method: GET + response: + body: '{"region":"fr-par","id":"2666f72d-f376-4beb-8e93-6707ef11dcbe","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.613904Z","updated_at":"2020-03-16T15:26:07.613904Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://2666f72d-f376-4beb-8e93-6707ef11dcbe.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.2666f72d-f376-4beb-8e93-6707ef11dcbe.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:23 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - fc005ce5-4228-412a-bedb-64f11ebd0082 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/2666f72d-f376-4beb-8e93-6707ef11dcbe + method: GET + response: + body: '{"region":"fr-par","id":"2666f72d-f376-4beb-8e93-6707ef11dcbe","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.613904Z","updated_at":"2020-03-16T15:26:07.613904Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://2666f72d-f376-4beb-8e93-6707ef11dcbe.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.2666f72d-f376-4beb-8e93-6707ef11dcbe.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:28 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 3e5876a7-f3e1-4fcc-ad88-f91257632551 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/2666f72d-f376-4beb-8e93-6707ef11dcbe + method: GET + response: + body: '{"region":"fr-par","id":"2666f72d-f376-4beb-8e93-6707ef11dcbe","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.613904Z","updated_at":"2020-03-16T15:26:07.613904Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://2666f72d-f376-4beb-8e93-6707ef11dcbe.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.2666f72d-f376-4beb-8e93-6707ef11dcbe.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:33 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - cc1b1a36-0615-4bf8-8ac6-186a056a0906 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/2666f72d-f376-4beb-8e93-6707ef11dcbe + method: GET + response: + body: '{"region":"fr-par","id":"2666f72d-f376-4beb-8e93-6707ef11dcbe","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.613904Z","updated_at":"2020-03-16T15:26:07.613904Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://2666f72d-f376-4beb-8e93-6707ef11dcbe.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.2666f72d-f376-4beb-8e93-6707ef11dcbe.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:39 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - da86cfdb-d7c9-4dc4-b2bf-c6cbc37b630c + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/2666f72d-f376-4beb-8e93-6707ef11dcbe + method: GET + response: + body: '{"region":"fr-par","id":"2666f72d-f376-4beb-8e93-6707ef11dcbe","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.613904Z","updated_at":"2020-03-16T15:26:07.613904Z","name":"cli-test","description":"","current_node_count":0,"status":"creating","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":0,"current_mem_count":0,"cluster_url":"https://2666f72d-f376-4beb-8e93-6707ef11dcbe.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.2666f72d-f376-4beb-8e93-6707ef11dcbe.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "982" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:44 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 1feba716-f081-4231-94f2-8cf54e8f6bb4 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/2666f72d-f376-4beb-8e93-6707ef11dcbe + method: GET + response: + body: '{"region":"fr-par","id":"2666f72d-f376-4beb-8e93-6707ef11dcbe","organization_id":"a6c249e9-c32d-46e4-badb-b57528eafc4b","created_at":"2020-03-16T15:26:07.613904Z","updated_at":"2020-03-16T15:26:46.424012Z","name":"cli-test","description":"","current_node_count":1,"status":"ready","version":"1.17.3","cni":"cilium","tags":[],"current_core_count":3,"current_mem_count":4294967296,"cluster_url":"https://2666f72d-f376-4beb-8e93-6707ef11dcbe.api.k8s.fr-par.scw.cloud:6443","dns_wildcard":"*.2666f72d-f376-4beb-8e93-6707ef11dcbe.nodes.k8s.fr-par.scw.cloud","autoscaler_config":{"scale_down_disabled":false,"scale_down_delay_after_add":"10m","estimator":"binpacking","expander":"random","ignore_daemonsets_utilization":false,"balance_similar_node_groups":false,"expendable_pods_priority_cutoff":-10},"dashboard_enabled":false,"ingress":"none","auto_upgrade":{"enabled":false,"maintenance_window":{"start_hour":0,"day":"any"}},"upgrade_available":true,"feature_gates":[],"admission_plugins":[]}' + headers: + Content-Length: + - "988" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:49 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 07bbad32-e60f-45b2-b45a-5e2a401b58f1 + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/2666f72d-f376-4beb-8e93-6707ef11dcbe/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVV4VFdwWmVFMUdiMWhFVkUxM1RVUk5lRTVVUlRGTmFsbDRUVVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRrRjBDbFIxTVZSWVJEUnZRWGM0UkVZNWFqVllNMEp3WW5kM1FtWmhXak5YVW1aUlFreHBjbE5yT0ZwSGNXRkZUR2hUWmpCMlJWQlRTVmxyZFN0NWVIQlZaR2dLWVVobWNHTk5URGM1VEhCNlNVZG5hMWhoWVRaNFYySjRObTlSUVdoTk56WmFXalUxTWs5aE9UaEtZV1J4Y0hBcmFVcDZkWHAxVUhOUlEzcHBWRW8xYmdwV2NWcHFkM1V5Y0hGclQyVXdhblYwY2tWamVVTnpTV1pTWVhad2RYbERjRTVTWkdKdlRXMUVTMHhFVXpKbk1qRjJRbUp3U2taR2NubFliVUZ1WkUxTENtWXplbWRMWkZsNlNHNXhNRTFZWW1wcFFrMUJVVGRxT1hCdGNsTnhPRk5WTUhORWNWQXljMmhMTUhsNFYyMVNjR280WTJWSE1HNUNNemxzWkVkRVRGQUtTMkZLVG14VmVrWkxWa1p0T0dSMGVtcDNUV2d5TWt4dVNVazRRVGhOWXpOWGFEaHhSamhyWlZGb2FGaHhVRE0xTWxwUlJWcEVlVGd5UkZSVmRVNW1UZ3AwTlhWQ2IyaDZaVVZ1U21sT09Vc3hVRVp6UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTGFHVkNWMXAwTDBaalJUbFZNSGQ2VXpORVJsbG1VVmhSTHpjS2EwSkNRVUZyZWtWUVFteExkRXhZYkdkRFkySndZMnhMTUd3cldFZDVXa2RKT1dSSGMwZDVTemRQZFdRelNTOVhTWEJZUkVGdWMwdGlNRGRYUmpkaldRcG1UbmhDT1dsNlZWcFlVMnBJYkdwU2FFTTVXRXRMYVZwTmNuVlBWV3hCVEU1SVMwMHZhRlZCTUc1VlJuZE9ha0Y2YVhCaWEwVlBUMUZWTVZkNmFscDNDa0pVU2t4RlMxUkRkVWREVmtoclJucFpNMDlzU21kVWEwRkVkVmhhZEN0cmJYUnRVR0ZKV1dWV2JFYzNjbHA0YWs5TlVtTkhielZQT1VKVVNYZGtSMGtLWW5ablYxSTJlV3hUWkdNNGRuTjVUV016VFc5S2NYUjRSV1JDZFN0b2VtRnJlakJ3WlZWTlprOTBPRzB4Um5NclpuZGpZamxqVlRaNlRIcFFVRnBXVEFwcVRUbDBORlpMYVhwVlZtSjNURVp4TnpOcE1ISk5WV0ZuYVV0aGFIWXljRzFEZG5SRGVqRm9UMjF4VERWWllqaHhTSGxPZDJZNUswZHVZejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vMjY2NmY3MmQtZjM3Ni00YmViLThlOTMtNjcwN2VmMTFkY2JlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiA3OHZ2cDNDN2lYQTZXZDE3Y080d1l2N1RLZWlMQ1NOdnBmMDh6T25OTzlKVlRaS2NRRVpqZGNOdg=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:49 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 060b2855-326f-4056-8b54-4855e554ae3d + status: 200 OK + code: 200 + duration: "" +- request: + body: "" + form: {} + headers: + User-Agent: + - scaleway-sdk-go/v1.0.0-beta.5+dev (go1.14; linux; amd64) cli-e2e-test + url: https://api.scaleway.com/k8s/v1beta4/regions/fr-par/clusters/2666f72d-f376-4beb-8e93-6707ef11dcbe/kubeconfig + method: GET + response: + body: '{"name":"kubeconfig","content_type":"application/octet-stream","content":"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gbmFtZTogY2xpdGVzdAogIGNsdXN0ZXI6CiAgICBjZXJ0aWZpY2F0ZS1hdXRob3JpdHktZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVTjVSRU5EUVdKRFowRjNTVUpCWjBsQ1FVUkJUa0puYTNGb2EybEhPWGN3UWtGUmMwWkJSRUZXVFZKTmQwVlJXVVJXVVZGRVJYZHdjbVJYU213S1kyMDFiR1JIVm5wTlFqUllSRlJKZDAxRVRYaE9WRVV4VFdwWmVFMUdiMWhFVkUxM1RVUk5lRTVVUlRGTmFsbDRUVVp2ZDBaVVJWUk5Ra1ZIUVRGVlJRcEJlRTFMWVROV2FWcFlTblZhV0ZKc1kzcERRMEZUU1hkRVVWbEtTMjlhU1doMlkwNUJVVVZDUWxGQlJHZG5SVkJCUkVORFFWRnZRMmRuUlVKQlRrRjBDbFIxTVZSWVJEUnZRWGM0UkVZNWFqVllNMEp3WW5kM1FtWmhXak5YVW1aUlFreHBjbE5yT0ZwSGNXRkZUR2hUWmpCMlJWQlRTVmxyZFN0NWVIQlZaR2dLWVVobWNHTk5URGM1VEhCNlNVZG5hMWhoWVRaNFYySjRObTlSUVdoTk56WmFXalUxTWs5aE9UaEtZV1J4Y0hBcmFVcDZkWHAxVUhOUlEzcHBWRW8xYmdwV2NWcHFkM1V5Y0hGclQyVXdhblYwY2tWamVVTnpTV1pTWVhad2RYbERjRTVTWkdKdlRXMUVTMHhFVXpKbk1qRjJRbUp3U2taR2NubFliVUZ1WkUxTENtWXplbWRMWkZsNlNHNXhNRTFZWW1wcFFrMUJVVGRxT1hCdGNsTnhPRk5WTUhORWNWQXljMmhMTUhsNFYyMVNjR280WTJWSE1HNUNNemxzWkVkRVRGQUtTMkZLVG14VmVrWkxWa1p0T0dSMGVtcDNUV2d5TWt4dVNVazRRVGhOWXpOWGFEaHhSamhyWlZGb2FGaHhVRE0xTWxwUlJWcEVlVGd5UkZSVmRVNW1UZ3AwTlhWQ2IyaDZaVVZ1U21sT09Vc3hVRVp6UTBGM1JVRkJZVTFxVFVORmQwUm5XVVJXVWpCUVFWRklMMEpCVVVSQlowdHJUVUU0UjBFeFZXUkZkMFZDQ2k5M1VVWk5RVTFDUVdZNGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRGUWtGTGFHVkNWMXAwTDBaalJUbFZNSGQ2VXpORVJsbG1VVmhSTHpjS2EwSkNRVUZyZWtWUVFteExkRXhZYkdkRFkySndZMnhMTUd3cldFZDVXa2RKT1dSSGMwZDVTemRQZFdRelNTOVhTWEJZUkVGdWMwdGlNRGRYUmpkaldRcG1UbmhDT1dsNlZWcFlVMnBJYkdwU2FFTTVXRXRMYVZwTmNuVlBWV3hCVEU1SVMwMHZhRlZCTUc1VlJuZE9ha0Y2YVhCaWEwVlBUMUZWTVZkNmFscDNDa0pVU2t4RlMxUkRkVWREVmtoclJucFpNMDlzU21kVWEwRkVkVmhhZEN0cmJYUnRVR0ZKV1dWV2JFYzNjbHA0YWs5TlVtTkhielZQT1VKVVNYZGtSMGtLWW5ablYxSTJlV3hUWkdNNGRuTjVUV016VFc5S2NYUjRSV1JDZFN0b2VtRnJlakJ3WlZWTlprOTBPRzB4Um5NclpuZGpZamxqVlRaNlRIcFFVRnBXVEFwcVRUbDBORlpMYVhwVlZtSjNURVp4TnpOcE1ISk5WV0ZuYVV0aGFIWXljRzFEZG5SRGVqRm9UMjF4VERWWllqaHhTSGxPZDJZNUswZHVZejBLTFMwdExTMUZUa1FnUTBWU1ZFbEdTVU5CVkVVdExTMHRMUW89CiAgICBzZXJ2ZXI6IGh0dHBzOi8vMjY2NmY3MmQtZjM3Ni00YmViLThlOTMtNjcwN2VmMTFkY2JlLmFwaS5rOHMuZnItcGFyLnNjdy5jbG91ZDo2NDQzCmNvbnRleHRzOgotIG5hbWU6IGFkbWluQGNsaXRlc3QKICBjb250ZXh0OgogICAgY2x1c3RlcjogY2xpdGVzdAogICAgdXNlcjogY2xpdGVzdC1hZG1pbgpjdXJyZW50LWNvbnRleHQ6IGFkbWluQGNsaXRlc3QKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbGl0ZXN0LWFkbWluCiAgdXNlcjoKICAgIHRva2VuOiA3OHZ2cDNDN2lYQTZXZDE3Y080d1l2N1RLZWlMQ1NOdnBmMDh6T25OTzlKVlRaS2NRRVpqZGNOdg=="}' + headers: + Content-Length: + - "2468" + Content-Security-Policy: + - default-src 'none'; frame-ancestors 'none' + Content-Type: + - application/json + Date: + - Mon, 16 Mar 2020 15:26:49 GMT + Server: + - scaleway_api + Strict-Transport-Security: + - max-age=63072000 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - DENY + X-Request-Id: + - 694fbbbf-4493-4f54-a378-5a955f82f997 + status: 200 OK + code: 200 + duration: "" From e8edbec7d6bb5487c04940f8cc3b12abcdd0acf0 Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Mon, 16 Mar 2020 18:18:19 +0100 Subject: [PATCH 10/20] fix retry interval Signed-off-by: Patrik Cyvoct --- internal/namespaces/k8s/v1beta4/helpers_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/internal/namespaces/k8s/v1beta4/helpers_test.go b/internal/namespaces/k8s/v1beta4/helpers_test.go index 6527eb0eff..6a2404e465 100644 --- a/internal/namespaces/k8s/v1beta4/helpers_test.go +++ b/internal/namespaces/k8s/v1beta4/helpers_test.go @@ -8,6 +8,12 @@ import ( k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" ) +func init() { + if !core.UpdateCassettes { + k8s.RetryInterval = 0 + } +} + const ( kapsuleVersion = "1.17.3" ) From 6309ee1055e80bd90995d33f1d336da76d8156ae Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Mon, 16 Mar 2020 18:20:27 +0100 Subject: [PATCH 11/20] fix goldens Signed-off-by: Patrik Cyvoct --- cmd/scw/testdata/test-all-usage-k8s-usage.stderr.golden | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/scw/testdata/test-all-usage-k8s-usage.stderr.golden b/cmd/scw/testdata/test-all-usage-k8s-usage.stderr.golden index 123933c640..94270eeab1 100644 --- a/cmd/scw/testdata/test-all-usage-k8s-usage.stderr.golden +++ b/cmd/scw/testdata/test-all-usage-k8s-usage.stderr.golden @@ -8,6 +8,7 @@ AVAILABLE COMMANDS: pool A pool is a virtual group of nodes in a cluster node A node is the representation of a Scaleway instance in a cluster version A version is a Kubernetes version + kubeconfig Manage your Kubernetes Kapsule cluster's kubeconfig files FLAGS: -h, --help help for k8s From 9d4ce2bb73d446ef1e04e34f25375ad952ae7eea Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Mon, 16 Mar 2020 18:25:36 +0100 Subject: [PATCH 12/20] do not test golden on kubeconfig (un)install Signed-off-by: Patrik Cyvoct --- .../k8s/v1beta4/custom_kubeconfig_install_test.go | 4 ++-- .../k8s/v1beta4/custom_kubeconfig_uninstall_test.go | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go index 9db02537d6..41950eefba 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go @@ -118,7 +118,7 @@ func Test_InstallKubeconfig(t *testing.T) { Cmd: "scw k8s kubeconfig install {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), Check: core.TestCheckCombine( - core.TestCheckGolden(), + // no golden tests since it's os specific func(t *testing.T, ctx *core.CheckFuncCtx) { testIfKubeconfigInFile(t, path.Join(os.TempDir(), "cli-test"), "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) }, @@ -135,7 +135,7 @@ func Test_InstallKubeconfig(t *testing.T) { Cmd: "scw k8s kubeconfig install {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFile("Cluster", "Kubeconfig", kapsuleVersion, path.Join(os.TempDir(), "cli-merge-test"), []byte(existingKubeconfigs)), Check: core.TestCheckCombine( - core.TestCheckGolden(), + // no golden tests since it's os specific func(t *testing.T, ctx *core.CheckFuncCtx) { testIfKubeconfigInFile(t, path.Join(os.TempDir(), "cli-merge-test"), "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) testIfKubeconfigInFile(t, path.Join(os.TempDir(), "cli-merge-test"), "", testKubeconfig) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go index 59bad9c00a..7c909af635 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go @@ -58,7 +58,7 @@ func Test_UninstallKubeconfig(t *testing.T) { Cmd: "scw k8s kubeconfig uninstall {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndInstallKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), Check: core.TestCheckCombine( - core.TestCheckGolden(), + // no golden tests since it's os specific func(t *testing.T, ctx *core.CheckFuncCtx) { testIfKubeconfigNotInFile(t, path.Join(os.TempDir(), "cli-uninstall-test"), "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) }, @@ -74,7 +74,7 @@ func Test_UninstallKubeconfig(t *testing.T) { Cmd: "scw k8s kubeconfig uninstall {{ .EmptyCluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfig("EmptyCluster", "Kubeconfig", kapsuleVersion), Check: core.TestCheckCombine( - core.TestCheckGolden(), + // no golden tests since it's os specific func(t *testing.T, ctx *core.CheckFuncCtx) { _, err := os.Stat(path.Join(os.TempDir(), "emptyfile")) assert.True(t, os.IsNotExist(err)) @@ -91,7 +91,7 @@ func Test_UninstallKubeconfig(t *testing.T) { Cmd: "scw k8s kubeconfig uninstall {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFileAndInstall("Cluster", "Kubeconfig", kapsuleVersion, path.Join(os.TempDir(), "cli-uninstall-merge-test"), []byte(existingKubeconfigs)), Check: core.TestCheckCombine( - core.TestCheckGolden(), + // no golden tests since it's os specific func(t *testing.T, ctx *core.CheckFuncCtx) { testIfKubeconfigNotInFile(t, path.Join(os.TempDir(), "cli-uninstall-merge-test"), "-"+ctx.Meta["Cluster"].(*k8s.Cluster).ID, ctx.Meta["Kubeconfig"].(*k8s.Kubeconfig)) testIfKubeconfigInFile(t, path.Join(os.TempDir(), "cli-uninstall-merge-test"), "", testKubeconfig) From 68d52b12708b9117d60a2cc2bd56881b9dfd6002 Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Mon, 16 Mar 2020 19:36:17 +0100 Subject: [PATCH 13/20] fix reviews Signed-off-by: Patrik Cyvoct --- .../k8s/v1beta4/custom_kubeconfig_install_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go index 41950eefba..a2707c8461 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go @@ -37,7 +37,7 @@ users: APIVersion: "v1", Kind: "config", Clusters: []*k8s.KubeconfigClusterWithName{ - &k8s.KubeconfigClusterWithName{ + { Name: "test", Cluster: k8s.KubeconfigCluster{ CertificateAuthorityData: "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUN5RENDQWJDZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBREFWTVJNd0VRWURWUVFERXdwcmRXSmwKY201bGRHVnpNQjRYRFRJd01ETXdOREV4TVRVd01Gb1hEVE13TURNd05ERXhNVFV3TUZvd0ZURVRNQkVHQTFVRQpBeE1LYTNWaVpYSnVaWFJsY3pDQ0FTSXdEUVlKS29aSWh2Y05BUUVCQlFBRGdnRVBBRENDQVFvQ2dnRUJBS3UvCkxIWXlNUTdFWmRaWmFaRUFsMkJaZDJLVmhPNjR0cGdJN0NUcG56NGRMUzZpdmRQSVJMbGdGdzBBV3ByNkFQeGsKeWp4K09mMkxxUVR4TkdDTFFaOEN2LzF4K3ZSdlM5YXJ3VnVIZ1pML2ZkTTE5Z2oyRWMvZUY3WDhLMEVadVNYMQpHb1ZickFOSDcyb2NkeHdvajZZc29nZHlSRHpXbkRjN2pvVjlsZlZjMlF1UDdHK2FGOEZBSTYrMUZpTDlidFE3Cnl3ZmFDWnE4M1dKcTFpOStqKzRsRUFDaFA1alZ2LzBLenVOMnRud3VaV3ljM3pRbHJHSG1xbGQ4WCtjVEJrMGgKN3hYSTV3U3VPTzMvVzBpcFQ5QVdWZjBoWVpnNVY5VWlKTjVBREZXem15eFQ4bTlVZXR3bTNhVlJtZ3IrNU44YQpGNkdWTWd2TEFteVo1bUpoR0RrQ0F3RUFBYU1qTUNFd0RnWURWUjBQQVFIL0JBUURBZ0trTUE4R0ExVWRFd0VCCi93UUZNQU1CQWY4d0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFFL1JMZU9vbXM3TlF4OUgvNjJIcm9VUTJ5TFcKMXlpaVBVaFBEUUJEZ1p5T251TWN2Sk84SFQrcFZ3OWVPazUxeTNUT01LYmJwQWhxc0I3dEpLQVRWcWJ5Z2tHNgpzWUQrS3kwckNITzdEMTM5RXQ1eEI2dGtDQTJxSlVRMkFFb0kyNy9na3Z3K05WektUU3VSVUF0QXZXQ2diNnVZCmRUa2NpaGNSemhyV1dTV05RN3M2RSt0Y3NJS01ibUJVT0NsMVh6MERPM3RsbzlPLzRMUkE4b3RXUDEweGVLcmsKVWxRVUsvSXFpL2FTN1c4Nm4vSWU1dFVvNTJRZk5NMk0xZkVtUVA2eThYMUZWbDh2cC9WcXgxMWszeS9ZSEcvVgp5N0pIY1hhdVJLSTdieGdPdWdTZXAyZDBsaFl4Smw2NUNQT0NsbGF3Y3U3MERzMzRNS2kzWGtDZTIwST0KLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=", @@ -46,7 +46,7 @@ users: }, }, Contexts: []*k8s.KubeconfigContextWithName{ - &k8s.KubeconfigContextWithName{ + { Name: "test@test", Context: k8s.KubeconfigContext{ Cluster: "test", @@ -55,7 +55,7 @@ users: }, }, Users: []*k8s.KubeconfigUserWithName{ - &k8s.KubeconfigUserWithName{ + { Name: "test", User: k8s.KubeconfigUser{ Token: "qotGxuOfD74ajgWir18tMMPicxLIizKg3nt5PKHGbsbNDbGfqNojIdXI", From c50260e9a570b3e77ae245b270d953b0d5e5cffa Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Mon, 16 Mar 2020 19:38:00 +0100 Subject: [PATCH 14/20] fix reviews Signed-off-by: Patrik Cyvoct --- .../namespaces/k8s/v1beta4/custom_kubeconfig_install.go | 6 +++--- .../namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go index 9824e43812..3d5478708d 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go @@ -114,10 +114,10 @@ func k8sKubeconfigInstallRun(ctx context.Context, argsI interface{}) (i interfac } found = false - for _, context := range existingKubeconfig.Contexts { - if context.Name == kubeconfig.Contexts[0].Name+"-"+args.ClusterID { + for _, kubeconfigContext := range existingKubeconfig.Contexts { + if kubeconfigContext.Name == kubeconfig.Contexts[0].Name+"-"+args.ClusterID { found = true - context.Context = k8s.KubeconfigContext{ + kubeconfigContext.Context = k8s.KubeconfigContext{ Cluster: kubeconfig.Clusters[0].Name + "-" + args.ClusterID, User: kubeconfig.Users[0].Name + "-" + args.ClusterID, } diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go index 7992701b35..736794dbbf 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go @@ -84,9 +84,9 @@ func k8sKubeconfigUninstallRun(ctx context.Context, argsI interface{}) (i interf } newContexts := []*k8s.KubeconfigContextWithName{} - for _, context := range existingKubeconfig.Contexts { - if !strings.HasSuffix(context.Name, args.ClusterID) { - newContexts = append(newContexts, context) + for _, kubeconfigContext := range existingKubeconfig.Contexts { + if !strings.HasSuffix(kubeconfigContext.Name, args.ClusterID) { + newContexts = append(newContexts, kubeconfigContext) } } From 87fa167b1fac1dcc18df671dff784b39912562d3 Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Tue, 17 Mar 2020 15:42:20 +0100 Subject: [PATCH 15/20] fix rebase Signed-off-by: Patrik Cyvoct --- internal/namespaces/k8s/v1beta4/custom.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/namespaces/k8s/v1beta4/custom.go b/internal/namespaces/k8s/v1beta4/custom.go index bba8bca114..f0d383a650 100644 --- a/internal/namespaces/k8s/v1beta4/custom.go +++ b/internal/namespaces/k8s/v1beta4/custom.go @@ -16,9 +16,6 @@ func GetCommands() *core.Commands { cmds := GetGeneratedCommands() cmds.Merge(core.NewCommands( k8sVersionGetCommand(), - )) - - cmds.Merge(core.NewCommands( k8sKubeconfigCommand(), k8sKubeconfigGetCommand(), k8sKubeconfigInstallCommand(), From 6c18af66325e1f5d4953c49adfef9b1536b9a74a Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Tue, 17 Mar 2020 16:36:33 +0100 Subject: [PATCH 16/20] fix review Signed-off-by: Patrik Cyvoct --- ...age-k8s-kubeconfig-get-usage.stderr.golden | 2 +- ...k8s-kubeconfig-install-usage.stderr.golden | 2 +- ...s-kubeconfig-uninstall-usage.stderr.golden | 1 - .../k8s/v1beta4/custom_kubeconfig_get.go | 10 +-- .../k8s/v1beta4/custom_kubeconfig_get_test.go | 2 +- .../k8s/v1beta4/custom_kubeconfig_install.go | 75 +++++++++++-------- .../v1beta4/custom_kubeconfig_install_test.go | 4 +- .../v1beta4/custom_kubeconfig_uninstall.go | 22 ++++-- .../custom_kubeconfig_uninstall_test.go | 6 +- ...l-kubeconfig-uninstall-merge.stdout.golden | 1 - ...install-kubeconfig-uninstall.stdout.golden | 1 - 11 files changed, 73 insertions(+), 53 deletions(-) delete mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden delete mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden diff --git a/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-get-usage.stderr.golden b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-get-usage.stderr.golden index eff94fd8bc..b8c16fe7a5 100644 --- a/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-get-usage.stderr.golden +++ b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-get-usage.stderr.golden @@ -4,8 +4,8 @@ USAGE: scw k8s kubeconfig get [arg=value ...] ARGS: - [region] Region to target. If none is passed will use default region from the config cluster-id Cluster ID from which to retrieve the kubeconfig + [region] Region to target. If none is passed will use default region from the config FLAGS: -h, --help help for get diff --git a/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-install-usage.stderr.golden b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-install-usage.stderr.golden index b5bebbf2f4..cf72c06b2f 100644 --- a/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-install-usage.stderr.golden +++ b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-install-usage.stderr.golden @@ -4,8 +4,8 @@ USAGE: scw k8s kubeconfig install [arg=value ...] ARGS: - [region] Region to target. If none is passed will use default region from the config cluster-id Cluster ID from which to retrieve the kubeconfig + [region] Region to target. If none is passed will use default region from the config FLAGS: -h, --help help for install diff --git a/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-uninstall-usage.stderr.golden b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-uninstall-usage.stderr.golden index 82ccaaece1..1946142dcb 100644 --- a/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-uninstall-usage.stderr.golden +++ b/cmd/scw/testdata/test-all-usage-k8s-kubeconfig-uninstall-usage.stderr.golden @@ -4,7 +4,6 @@ USAGE: scw k8s kubeconfig uninstall [arg=value ...] ARGS: - [region] Region to target. If none is passed will use default region from the config cluster-id Cluster ID from which to uninstall the kubeconfig FLAGS: diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go index 557ea2bce2..6d6c2a4a2c 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get.go @@ -10,8 +10,8 @@ import ( ) type k8sKubeconfigGetRequest struct { - Region scw.Region ClusterID string + Region scw.Region } func k8sKubeconfigGetCommand() *core.Command { @@ -23,24 +23,24 @@ func k8sKubeconfigGetCommand() *core.Command { Resource: "kubeconfig", ArgsType: reflect.TypeOf(k8sKubeconfigGetRequest{}), ArgSpecs: core.ArgSpecs{ - core.RegionArgSpec(), { Name: "cluster-id", Short: "Cluster ID from which to retrieve the kubeconfig", Required: true, Positional: true, }, + core.RegionArgSpec(), }, Run: k8sKubeconfigGetRun, } } func k8sKubeconfigGetRun(ctx context.Context, argsI interface{}) (i interface{}, e error) { - args := argsI.(*k8sKubeconfigGetRequest) + request := argsI.(*k8sKubeconfigGetRequest) kubeconfigRequest := &k8s.GetClusterKubeConfigRequest{ - Region: args.Region, - ClusterID: args.ClusterID, + Region: request.Region, + ClusterID: request.ClusterID, } client := core.ExtractClient(ctx) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go index 3da016f443..0c690900da 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_get_test.go @@ -14,8 +14,8 @@ func Test_GetKubeconfig(t *testing.T) { //// t.Run("simple", core.Test(&core.TestConfig{ Commands: GetCommands(), - Cmd: "scw k8s kubeconfig get {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), + Cmd: "scw k8s kubeconfig get {{ .Cluster.ID }}", Check: core.TestCheckCombine( core.TestCheckGolden(), func(t *testing.T, ctx *core.CheckFuncCtx) { diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go index 3d5478708d..24f4737807 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go @@ -22,8 +22,8 @@ const ( ) type k8sKubeconfigInstallRequest struct { - Region scw.Region ClusterID string + Region scw.Region } func k8sKubeconfigInstallCommand() *core.Command { @@ -35,41 +35,45 @@ func k8sKubeconfigInstallCommand() *core.Command { Resource: "kubeconfig", ArgsType: reflect.TypeOf(k8sKubeconfigInstallRequest{}), ArgSpecs: core.ArgSpecs{ - core.RegionArgSpec(), { Name: "cluster-id", Short: "Cluster ID from which to retrieve the kubeconfig", Required: true, Positional: true, }, + core.RegionArgSpec(), }, Run: k8sKubeconfigInstallRun, } } func k8sKubeconfigInstallRun(ctx context.Context, argsI interface{}) (i interface{}, e error) { - args := argsI.(*k8sKubeconfigInstallRequest) + request := argsI.(*k8sKubeconfigInstallRequest) kubeconfigRequest := &k8s.GetClusterKubeConfigRequest{ - Region: args.Region, - ClusterID: args.ClusterID, + Region: request.Region, + ClusterID: request.ClusterID, } client := core.ExtractClient(ctx) apiK8s := k8s.NewAPI(client) + // get the wanted kubeconfig kubeconfig, err := apiK8s.GetClusterKubeConfig(kubeconfigRequest) if err != nil { return nil, err } + // get the path to write the wanted kubeconfig on disk + // either the file pointed by the KUBECONFIG env variable (first one in case of a list) + // or the $HOME/.kube/config var kubeconfigPath string kubeconfigEnv := core.ExtractEnv(ctx, "KUBECONFIG") if kubeconfigEnv != "" { if runtime.GOOS == "windows" { - kubeconfigPath = strings.Split(kubeconfigEnv, ";")[0] + kubeconfigPath = strings.Split(kubeconfigEnv, ";")[0] // list is separated by ; on windows } else { - kubeconfigPath = strings.Split(kubeconfigEnv, ":")[0] + kubeconfigPath = strings.Split(kubeconfigEnv, ":")[0] // list is separated by : on linux/macos } } else { homeDir, err := homedir.Dir() @@ -79,6 +83,7 @@ func k8sKubeconfigInstallRun(ctx context.Context, argsI interface{}) (i interfac kubeconfigPath = path.Join(homeDir, kubeLocationDir, "config") } + // create the file if it does not exist if _, err := os.Stat(kubeconfigPath); os.IsNotExist(err) { f, err := os.OpenFile(kubeconfigPath, os.O_CREATE, 0644) if err != nil { @@ -86,11 +91,15 @@ func k8sKubeconfigInstallRun(ctx context.Context, argsI interface{}) (i interfac } f.Close() } + + // reading the file file, err := ioutil.ReadFile(kubeconfigPath) if err != nil { return nil, err } + // merging the wanted kubeconfig into the opened file + var existingKubeconfig k8s.Kubeconfig err = yaml.Unmarshal(file, &existingKubeconfig) @@ -98,60 +107,64 @@ func k8sKubeconfigInstallRun(ctx context.Context, argsI interface{}) (i interfac return nil, err } - found := false + // loop through all clusters and insert the wanted one if it does not exist + clusterFoundInExistingKubeconfig := false for _, cluster := range existingKubeconfig.Clusters { - if cluster.Name == kubeconfig.Clusters[0].Name+"-"+args.ClusterID { - found = true + if cluster.Name == kubeconfig.Clusters[0].Name+"-"+request.ClusterID { + clusterFoundInExistingKubeconfig = true cluster.Cluster = kubeconfig.Clusters[0].Cluster break } } - if !found { + if !clusterFoundInExistingKubeconfig { existingKubeconfig.Clusters = append(existingKubeconfig.Clusters, &k8s.KubeconfigClusterWithName{ - Name: kubeconfig.Clusters[0].Name + "-" + args.ClusterID, + Name: kubeconfig.Clusters[0].Name + "-" + request.ClusterID, Cluster: kubeconfig.Clusters[0].Cluster, }) } - found = false + // loop through all contexts and insert the wanted one if it does not exist + contextFoundInExistingKubeconfig := false for _, kubeconfigContext := range existingKubeconfig.Contexts { - if kubeconfigContext.Name == kubeconfig.Contexts[0].Name+"-"+args.ClusterID { - found = true + if kubeconfigContext.Name == kubeconfig.Contexts[0].Name+"-"+request.ClusterID { + contextFoundInExistingKubeconfig = true kubeconfigContext.Context = k8s.KubeconfigContext{ - Cluster: kubeconfig.Clusters[0].Name + "-" + args.ClusterID, - User: kubeconfig.Users[0].Name + "-" + args.ClusterID, + Cluster: kubeconfig.Clusters[0].Name + "-" + request.ClusterID, + User: kubeconfig.Users[0].Name + "-" + request.ClusterID, } break } } - - if !found { + if !contextFoundInExistingKubeconfig { existingKubeconfig.Contexts = append(existingKubeconfig.Contexts, &k8s.KubeconfigContextWithName{ - Name: kubeconfig.Contexts[0].Name + "-" + args.ClusterID, + Name: kubeconfig.Contexts[0].Name + "-" + request.ClusterID, Context: k8s.KubeconfigContext{ - Cluster: kubeconfig.Clusters[0].Name + "-" + args.ClusterID, - User: kubeconfig.Users[0].Name + "-" + args.ClusterID, + Cluster: kubeconfig.Clusters[0].Name + "-" + request.ClusterID, + User: kubeconfig.Users[0].Name + "-" + request.ClusterID, }, }) } - found = false + // loop through all users and insert the wanted one if it does not exist + userFoundInExistingKubeconfig := false for _, user := range existingKubeconfig.Users { - if user.Name == kubeconfig.Users[0].Name+"-"+args.ClusterID { - found = true + if user.Name == kubeconfig.Users[0].Name+"-"+request.ClusterID { + userFoundInExistingKubeconfig = true user.User = kubeconfig.Users[0].User break } } - - if !found { + if !userFoundInExistingKubeconfig { existingKubeconfig.Users = append(existingKubeconfig.Users, &k8s.KubeconfigUserWithName{ - Name: kubeconfig.Users[0].Name + "-" + args.ClusterID, + Name: kubeconfig.Users[0].Name + "-" + request.ClusterID, User: kubeconfig.Users[0].User, }) } - existingKubeconfig.CurrentContext = kubeconfig.Contexts[0].Name + "-" + args.ClusterID + // set the current context to the new one + existingKubeconfig.CurrentContext = kubeconfig.Contexts[0].Name + "-" + request.ClusterID + + // if it's a new file, set the correct config in the file if existingKubeconfig.APIVersion == "" { existingKubeconfig.APIVersion = "v1" } @@ -159,15 +172,15 @@ func k8sKubeconfigInstallRun(ctx context.Context, argsI interface{}) (i interfac existingKubeconfig.Kind = "Config" } + // marshal and write the file newKubeconfig, err := yaml.Marshal(existingKubeconfig) if err != nil { return nil, err } - err = ioutil.WriteFile(kubeconfigPath, newKubeconfig, 0644) if err != nil { return nil, err } - return fmt.Sprintf("Kubeconfig for cluster %s successfully written at %s", args.ClusterID, kubeconfigPath), nil + return fmt.Sprintf("Kubeconfig for cluster %s successfully written at %s", request.ClusterID, kubeconfigPath), nil } diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go index a2707c8461..9680c96e54 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go @@ -115,8 +115,8 @@ func Test_InstallKubeconfig(t *testing.T) { //// t.Run("simple", core.Test(&core.TestConfig{ Commands: GetCommands(), - Cmd: "scw k8s kubeconfig install {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), + Cmd: "scw k8s kubeconfig install {{ .Cluster.ID }}", Check: core.TestCheckCombine( // no golden tests since it's os specific func(t *testing.T, ctx *core.CheckFuncCtx) { @@ -132,8 +132,8 @@ func Test_InstallKubeconfig(t *testing.T) { t.Run("merge", core.Test(&core.TestConfig{ Commands: GetCommands(), - Cmd: "scw k8s kubeconfig install {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFile("Cluster", "Kubeconfig", kapsuleVersion, path.Join(os.TempDir(), "cli-merge-test"), []byte(existingKubeconfigs)), + Cmd: "scw k8s kubeconfig install {{ .Cluster.ID }}", Check: core.TestCheckCombine( // no golden tests since it's os specific func(t *testing.T, ctx *core.CheckFuncCtx) { diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go index 736794dbbf..6bc2e69044 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go @@ -29,7 +29,6 @@ func k8sKubeconfigUninstallCommand() *core.Command { Resource: "kubeconfig", ArgsType: reflect.TypeOf(k8sKubeconfigUninstallRequest{}), ArgSpecs: core.ArgSpecs{ - core.RegionArgSpec(), { Name: "cluster-id", Short: "Cluster ID from which to uninstall the kubeconfig", @@ -42,8 +41,11 @@ func k8sKubeconfigUninstallCommand() *core.Command { } func k8sKubeconfigUninstallRun(ctx context.Context, argsI interface{}) (i interface{}, e error) { - args := argsI.(*k8sKubeconfigUninstallRequest) + request := argsI.(*k8sKubeconfigUninstallRequest) + // get the path to write the wanted kubeconfig on disk + // either the file pointed by the KUBECONFIG env variable (first one in case of a list) + // or the $HOME/.kube/config var kubeconfigPath string kubeconfigEnv := core.ExtractEnv(ctx, "KUBECONFIG") if kubeconfigEnv != "" { @@ -60,10 +62,12 @@ func k8sKubeconfigUninstallRun(ctx context.Context, argsI interface{}) (i interf kubeconfigPath = path.Join(homeDir, kubeLocationDir, "config") } + // if the file does not exist, the cluster is not there if _, err := os.Stat(kubeconfigPath); os.IsNotExist(err) { return fmt.Sprintf("File %s does not exists.", kubeconfigPath), nil } + // getting the existing file file, err := ioutil.ReadFile(kubeconfigPath) if err != nil { return nil, err @@ -76,28 +80,34 @@ func k8sKubeconfigUninstallRun(ctx context.Context, argsI interface{}) (i interf return nil, err } + // delete the wanted cluster from the file newClusters := []*k8s.KubeconfigClusterWithName{} for _, cluster := range existingKubeconfig.Clusters { - if !strings.HasSuffix(cluster.Name, args.ClusterID) { + if !strings.HasSuffix(cluster.Name, request.ClusterID) { newClusters = append(newClusters, cluster) } } + // delete the wanted context from the file newContexts := []*k8s.KubeconfigContextWithName{} for _, kubeconfigContext := range existingKubeconfig.Contexts { - if !strings.HasSuffix(kubeconfigContext.Name, args.ClusterID) { + if !strings.HasSuffix(kubeconfigContext.Name, request.ClusterID) { newContexts = append(newContexts, kubeconfigContext) } } + // delete the wanted user from the file newUsers := []*k8s.KubeconfigUserWithName{} for _, user := range existingKubeconfig.Users { - if !strings.HasSuffix(user.Name, args.ClusterID) { + if !strings.HasSuffix(user.Name, request.ClusterID) { newUsers = append(newUsers, user) } } + // reset the current context existingKubeconfig.CurrentContext = "" + + // write the modification existingKubeconfig.Clusters = newClusters existingKubeconfig.Contexts = newContexts existingKubeconfig.Users = newUsers @@ -112,5 +122,5 @@ func k8sKubeconfigUninstallRun(ctx context.Context, argsI interface{}) (i interf return nil, err } - return fmt.Sprintf("Cluster %s successfully deleted from %s", args.ClusterID, kubeconfigPath), nil + return fmt.Sprintf("Cluster %s successfully deleted from %s", request.ClusterID, kubeconfigPath), nil } diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go index 7c909af635..c225b22129 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go @@ -55,8 +55,8 @@ func Test_UninstallKubeconfig(t *testing.T) { //// t.Run("uninstall", core.Test(&core.TestConfig{ Commands: GetCommands(), - Cmd: "scw k8s kubeconfig uninstall {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndInstallKubeconfig("Cluster", "Kubeconfig", kapsuleVersion), + Cmd: "scw k8s kubeconfig uninstall {{ .Cluster.ID }}", Check: core.TestCheckCombine( // no golden tests since it's os specific func(t *testing.T, ctx *core.CheckFuncCtx) { @@ -71,8 +71,8 @@ func Test_UninstallKubeconfig(t *testing.T) { })) t.Run("empty file", core.Test(&core.TestConfig{ Commands: GetCommands(), - Cmd: "scw k8s kubeconfig uninstall {{ .EmptyCluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfig("EmptyCluster", "Kubeconfig", kapsuleVersion), + Cmd: "scw k8s kubeconfig uninstall {{ .EmptyCluster.ID }}", Check: core.TestCheckCombine( // no golden tests since it's os specific func(t *testing.T, ctx *core.CheckFuncCtx) { @@ -88,8 +88,8 @@ func Test_UninstallKubeconfig(t *testing.T) { })) t.Run("uninstall-merge", core.Test(&core.TestConfig{ Commands: GetCommands(), - Cmd: "scw k8s kubeconfig uninstall {{ .Cluster.ID }}", BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFileAndInstall("Cluster", "Kubeconfig", kapsuleVersion, path.Join(os.TempDir(), "cli-uninstall-merge-test"), []byte(existingKubeconfigs)), + Cmd: "scw k8s kubeconfig uninstall {{ .Cluster.ID }}", Check: core.TestCheckCombine( // no golden tests since it's os specific func(t *testing.T, ctx *core.CheckFuncCtx) { diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden deleted file mode 100644 index 346c10064b..0000000000 --- a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall-merge.stdout.golden +++ /dev/null @@ -1 +0,0 @@ -Cluster 1a6f8616-9db1-4fdc-967d-d3e08c128e32 successfully deleted from /tmp/cli-uninstall-merge-test diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden deleted file mode 100644 index 184ceea895..0000000000 --- a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-uninstall.stdout.golden +++ /dev/null @@ -1 +0,0 @@ -Cluster 438ae39e-5090-4398-a0c2-3bc8a6c0662a successfully deleted from /tmp/cli-uninstall-test From 25bbdd912f1f7f91ef403b7a37a6e9e2cc3dcf22 Mon Sep 17 00:00:00 2001 From: Patrik Date: Wed, 18 Mar 2020 11:13:27 +0100 Subject: [PATCH 17/20] Update internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Loïc Bourgois --- internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go index 24f4737807..486a9a4a58 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go @@ -83,7 +83,7 @@ func k8sKubeconfigInstallRun(ctx context.Context, argsI interface{}) (i interfac kubeconfigPath = path.Join(homeDir, kubeLocationDir, "config") } - // create the file if it does not exist + // create the kubeconfig file if it does not exist if _, err := os.Stat(kubeconfigPath); os.IsNotExist(err) { f, err := os.OpenFile(kubeconfigPath, os.O_CREATE, 0644) if err != nil { From 0b175779cb6d68c86389b35dd5417864939d9921 Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Wed, 18 Mar 2020 11:36:00 +0100 Subject: [PATCH 18/20] fix review Signed-off-by: Patrik Cyvoct --- .../k8s/v1beta4/custom_kubeconfig_helpers.go | 63 +++++++++++++++++++ .../k8s/v1beta4/custom_kubeconfig_install.go | 53 +++------------- .../v1beta4/custom_kubeconfig_install_test.go | 12 ++-- .../v1beta4/custom_kubeconfig_uninstall.go | 44 +++---------- .../custom_kubeconfig_uninstall_test.go | 6 +- ...nstall-kubeconfig-empty-file.stdout.golden | 1 - 6 files changed, 89 insertions(+), 90 deletions(-) create mode 100644 internal/namespaces/k8s/v1beta4/custom_kubeconfig_helpers.go delete mode 100644 internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.stdout.golden diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_helpers.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_helpers.go new file mode 100644 index 0000000000..9b92fbcac6 --- /dev/null +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_helpers.go @@ -0,0 +1,63 @@ +package k8s + +import ( + "context" + "io/ioutil" + "path" + "runtime" + "strings" + + "github.com/mitchellh/go-homedir" + "github.com/scaleway/scaleway-cli/internal/core" + k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" + "gopkg.in/yaml.v2" +) + +// get the path to the wanted kubeconfig on disk +// either the file pointed by the KUBECONFIG env variable (first one in case of a list) +// or the $HOME/.kube/config +func getKubeconfigPath(ctx context.Context) (string, error) { + var kubeconfigPath string + kubeconfigEnv := core.ExtractEnv(ctx, "KUBECONFIG") + if kubeconfigEnv != "" { + if runtime.GOOS == "windows" { + kubeconfigPath = strings.Split(kubeconfigEnv, ";")[0] // list is separated by ; on windows + } else { + kubeconfigPath = strings.Split(kubeconfigEnv, ":")[0] // list is separated by : on linux/macos + } + } else { + homeDir, err := homedir.Dir() + if err != nil { + return "", err + } + kubeconfigPath = path.Join(homeDir, kubeLocationDir, "config") + } + + return kubeconfigPath, nil +} + +func openAndUnmarshalKubeconfig(kubeconfigPath string) (*k8s.Kubeconfig, error) { + // getting the existing file + file, err := ioutil.ReadFile(kubeconfigPath) + if err != nil { + return nil, err + } + + var kubeconfig k8s.Kubeconfig + + err = yaml.Unmarshal(file, &kubeconfig) + if err != nil { + return nil, err + } + + return &kubeconfig, nil +} + +func marshalAndWriteKubeconfig(kubeconfig *k8s.Kubeconfig, kubeconfigPath string) error { + newKubeconfig, err := yaml.Marshal(*kubeconfig) + if err != nil { + return err + } + + return ioutil.WriteFile(kubeconfigPath, newKubeconfig, 0644) +} diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go index 486a9a4a58..dee31a9066 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install.go @@ -3,22 +3,18 @@ package k8s import ( "context" "fmt" - "io/ioutil" "os" - "path" "reflect" - "runtime" - "strings" - "github.com/mitchellh/go-homedir" "github.com/scaleway/scaleway-cli/internal/core" k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" "github.com/scaleway/scaleway-sdk-go/scw" - "gopkg.in/yaml.v2" ) const ( - kubeLocationDir = ".kube" + kubeLocationDir = ".kube" + kubeconfigAPIVersion = "v1" + kubeconfigKind = "config" ) type k8sKubeconfigInstallRequest struct { @@ -64,23 +60,9 @@ func k8sKubeconfigInstallRun(ctx context.Context, argsI interface{}) (i interfac return nil, err } - // get the path to write the wanted kubeconfig on disk - // either the file pointed by the KUBECONFIG env variable (first one in case of a list) - // or the $HOME/.kube/config - var kubeconfigPath string - kubeconfigEnv := core.ExtractEnv(ctx, "KUBECONFIG") - if kubeconfigEnv != "" { - if runtime.GOOS == "windows" { - kubeconfigPath = strings.Split(kubeconfigEnv, ";")[0] // list is separated by ; on windows - } else { - kubeconfigPath = strings.Split(kubeconfigEnv, ":")[0] // list is separated by : on linux/macos - } - } else { - homeDir, err := homedir.Dir() - if err != nil { - return nil, err - } - kubeconfigPath = path.Join(homeDir, kubeLocationDir, "config") + kubeconfigPath, err := getKubeconfigPath(ctx) + if err != nil { + return nil, err } // create the kubeconfig file if it does not exist @@ -92,17 +74,7 @@ func k8sKubeconfigInstallRun(ctx context.Context, argsI interface{}) (i interfac f.Close() } - // reading the file - file, err := ioutil.ReadFile(kubeconfigPath) - if err != nil { - return nil, err - } - - // merging the wanted kubeconfig into the opened file - - var existingKubeconfig k8s.Kubeconfig - - err = yaml.Unmarshal(file, &existingKubeconfig) + existingKubeconfig, err := openAndUnmarshalKubeconfig(kubeconfigPath) if err != nil { return nil, err } @@ -166,18 +138,13 @@ func k8sKubeconfigInstallRun(ctx context.Context, argsI interface{}) (i interfac // if it's a new file, set the correct config in the file if existingKubeconfig.APIVersion == "" { - existingKubeconfig.APIVersion = "v1" + existingKubeconfig.APIVersion = kubeconfigAPIVersion } if existingKubeconfig.Kind == "" { - existingKubeconfig.Kind = "Config" + existingKubeconfig.Kind = kubeconfigKind } - // marshal and write the file - newKubeconfig, err := yaml.Marshal(existingKubeconfig) - if err != nil { - return nil, err - } - err = ioutil.WriteFile(kubeconfigPath, newKubeconfig, 0644) + err = marshalAndWriteKubeconfig(existingKubeconfig, kubeconfigPath) if err != nil { return nil, err } diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go index 9680c96e54..46f85fc1d2 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_install_test.go @@ -13,7 +13,7 @@ import ( ) var ( - existingKubeconfigs = `apiVersion: v1 + existingKubeconfig = `apiVersion: v1 kind: Config current-context: test@test clusters: @@ -34,8 +34,8 @@ users: password: test` testKubeconfig = &k8s.Kubeconfig{ - APIVersion: "v1", - Kind: "config", + APIVersion: kubeconfigAPIVersion, + Kind: kubeconfigKind, Clusters: []*k8s.KubeconfigClusterWithName{ { Name: "test", @@ -67,6 +67,8 @@ users: } ) +// testIfKubeconfigInFile checks if the given kubeconfig is in the given file +// it test if the user, cluster and context of the kubeconfig file are in the given file func testIfKubeconfigInFile(t *testing.T, filePath string, suffix string, kubeconfig *k8s.Kubeconfig) { kubeconfigBytes, err := ioutil.ReadFile(filePath) assert.Nil(t, err) @@ -94,7 +96,6 @@ func testIfKubeconfigInFile(t *testing.T, filePath string, suffix string, kubeco break } } - assert.True(t, found, "context not found in kubeconfig for cluster with suffix %s", suffix) found = false @@ -105,7 +106,6 @@ func testIfKubeconfigInFile(t *testing.T, filePath string, suffix string, kubeco break } } - assert.True(t, found, "user not found in kubeconfig with suffix %s", suffix) } @@ -132,7 +132,7 @@ func Test_InstallKubeconfig(t *testing.T) { t.Run("merge", core.Test(&core.TestConfig{ Commands: GetCommands(), - BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFile("Cluster", "Kubeconfig", kapsuleVersion, path.Join(os.TempDir(), "cli-merge-test"), []byte(existingKubeconfigs)), + BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFile("Cluster", "Kubeconfig", kapsuleVersion, path.Join(os.TempDir(), "cli-merge-test"), []byte(existingKubeconfig)), Cmd: "scw k8s kubeconfig install {{ .Cluster.ID }}", Check: core.TestCheckCombine( // no golden tests since it's os specific diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go index 6bc2e69044..0f94d687a4 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go @@ -3,17 +3,12 @@ package k8s import ( "context" "fmt" - "io/ioutil" "os" - "path" "reflect" - "runtime" "strings" - "github.com/mitchellh/go-homedir" "github.com/scaleway/scaleway-cli/internal/core" k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" - "gopkg.in/yaml.v2" ) type k8sKubeconfigUninstallRequest struct { @@ -40,26 +35,14 @@ func k8sKubeconfigUninstallCommand() *core.Command { } } +// k8sKubeconfigUninstallRun use the specified cluster ID to remove it from the wanted kubeconfig file +// it removes all the users, contexts and clusters that contains this ID from the file func k8sKubeconfigUninstallRun(ctx context.Context, argsI interface{}) (i interface{}, e error) { request := argsI.(*k8sKubeconfigUninstallRequest) - // get the path to write the wanted kubeconfig on disk - // either the file pointed by the KUBECONFIG env variable (first one in case of a list) - // or the $HOME/.kube/config - var kubeconfigPath string - kubeconfigEnv := core.ExtractEnv(ctx, "KUBECONFIG") - if kubeconfigEnv != "" { - if runtime.GOOS == "windows" { - kubeconfigPath = strings.Split(kubeconfigEnv, ";")[0] - } else { - kubeconfigPath = strings.Split(kubeconfigEnv, ":")[0] - } - } else { - homeDir, err := homedir.Dir() - if err != nil { - return nil, err - } - kubeconfigPath = path.Join(homeDir, kubeLocationDir, "config") + kubeconfigPath, err := getKubeconfigPath(ctx) + if err != nil { + return nil, err } // if the file does not exist, the cluster is not there @@ -67,15 +50,7 @@ func k8sKubeconfigUninstallRun(ctx context.Context, argsI interface{}) (i interf return fmt.Sprintf("File %s does not exists.", kubeconfigPath), nil } - // getting the existing file - file, err := ioutil.ReadFile(kubeconfigPath) - if err != nil { - return nil, err - } - - var existingKubeconfig k8s.Kubeconfig - - err = yaml.Unmarshal(file, &existingKubeconfig) + existingKubeconfig, err := openAndUnmarshalKubeconfig(kubeconfigPath) if err != nil { return nil, err } @@ -112,12 +87,7 @@ func k8sKubeconfigUninstallRun(ctx context.Context, argsI interface{}) (i interf existingKubeconfig.Contexts = newContexts existingKubeconfig.Users = newUsers - newKubeconfig, err := yaml.Marshal(existingKubeconfig) - if err != nil { - return nil, err - } - - err = ioutil.WriteFile(kubeconfigPath, newKubeconfig, 0644) + err = marshalAndWriteKubeconfig(existingKubeconfig, kubeconfigPath) if err != nil { return nil, err } diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go index c225b22129..11bdf61501 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall_test.go @@ -12,6 +12,8 @@ import ( "gopkg.in/yaml.v2" ) +// testIfKubeconfigNotInFile checks if the given kubeconfig is not in the given file +// it test if the user, cluster and context of the kubeconfig file are not in the given file func testIfKubeconfigNotInFile(t *testing.T, filePath string, suffix string, kubeconfig *k8s.Kubeconfig) { kubeconfigBytes, err := ioutil.ReadFile(filePath) assert.Nil(t, err) @@ -35,7 +37,6 @@ func testIfKubeconfigNotInFile(t *testing.T, filePath string, suffix string, kub break } } - assert.False(t, found, "context found in kubeconfig for cluster with suffix %s", suffix) found = false @@ -45,7 +46,6 @@ func testIfKubeconfigNotInFile(t *testing.T, filePath string, suffix string, kub break } } - assert.False(t, found, "user found in kubeconfig with suffix %s", suffix) } @@ -88,7 +88,7 @@ func Test_UninstallKubeconfig(t *testing.T) { })) t.Run("uninstall-merge", core.Test(&core.TestConfig{ Commands: GetCommands(), - BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFileAndInstall("Cluster", "Kubeconfig", kapsuleVersion, path.Join(os.TempDir(), "cli-uninstall-merge-test"), []byte(existingKubeconfigs)), + BeforeFunc: createClusterAndWaitAndKubeconfigAndPopulateFileAndInstall("Cluster", "Kubeconfig", kapsuleVersion, path.Join(os.TempDir(), "cli-uninstall-merge-test"), []byte(existingKubeconfig)), Cmd: "scw k8s kubeconfig uninstall {{ .Cluster.ID }}", Check: core.TestCheckCombine( // no golden tests since it's os specific diff --git a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.stdout.golden b/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.stdout.golden deleted file mode 100644 index 349d8ff32d..0000000000 --- a/internal/namespaces/k8s/v1beta4/testdata/test-uninstall-kubeconfig-empty-file.stdout.golden +++ /dev/null @@ -1 +0,0 @@ -File /tmp/emptyfile does not exists. From 233bd271a341316650bc35ac8ac53151721e880d Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Wed, 18 Mar 2020 12:00:05 +0100 Subject: [PATCH 19/20] fix review Signed-off-by: Patrik Cyvoct --- internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go index 0f94d687a4..afa2243d57 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_uninstall.go @@ -55,7 +55,6 @@ func k8sKubeconfigUninstallRun(ctx context.Context, argsI interface{}) (i interf return nil, err } - // delete the wanted cluster from the file newClusters := []*k8s.KubeconfigClusterWithName{} for _, cluster := range existingKubeconfig.Clusters { if !strings.HasSuffix(cluster.Name, request.ClusterID) { @@ -63,7 +62,6 @@ func k8sKubeconfigUninstallRun(ctx context.Context, argsI interface{}) (i interf } } - // delete the wanted context from the file newContexts := []*k8s.KubeconfigContextWithName{} for _, kubeconfigContext := range existingKubeconfig.Contexts { if !strings.HasSuffix(kubeconfigContext.Name, request.ClusterID) { @@ -71,7 +69,6 @@ func k8sKubeconfigUninstallRun(ctx context.Context, argsI interface{}) (i interf } } - // delete the wanted user from the file newUsers := []*k8s.KubeconfigUserWithName{} for _, user := range existingKubeconfig.Users { if !strings.HasSuffix(user.Name, request.ClusterID) { From d6b869086e52cb6bca0e85ca61fba3802c1c24f4 Mon Sep 17 00:00:00 2001 From: Patrik Cyvoct Date: Wed, 18 Mar 2020 12:17:59 +0100 Subject: [PATCH 20/20] remove go-homedir Signed-off-by: Patrik Cyvoct --- go.mod | 1 - go.sum | 2 -- internal/namespaces/k8s/v1beta4/custom_kubeconfig_helpers.go | 4 ++-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index fca9b33ff0..d5688d219a 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,6 @@ require ( github.com/kr/pretty v0.1.0 // indirect github.com/mattn/go-colorable v0.1.4 github.com/mattn/go-isatty v0.0.11 - github.com/mitchellh/go-homedir v1.1.0 github.com/pkg/errors v0.9.1 // indirect github.com/scaleway/scaleway-sdk-go v1.0.0-beta.6.0.20200317142453-2a0af47d63be github.com/sergi/go-diff v1.0.0 // indirect diff --git a/go.sum b/go.sum index 2d7a379e03..0b04f78153 100644 --- a/go.sum +++ b/go.sum @@ -45,8 +45,6 @@ github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVc github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= github.com/mattn/go-isatty v0.0.11 h1:FxPOTFNqGkuDUGi3H/qkUbQO4ZiBa2brKq5r0l8TGeM= github.com/mattn/go-isatty v0.0.11/go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOAqxQCu2WE= -github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= -github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= diff --git a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_helpers.go b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_helpers.go index 9b92fbcac6..58babffbae 100644 --- a/internal/namespaces/k8s/v1beta4/custom_kubeconfig_helpers.go +++ b/internal/namespaces/k8s/v1beta4/custom_kubeconfig_helpers.go @@ -3,11 +3,11 @@ package k8s import ( "context" "io/ioutil" + "os" "path" "runtime" "strings" - "github.com/mitchellh/go-homedir" "github.com/scaleway/scaleway-cli/internal/core" k8s "github.com/scaleway/scaleway-sdk-go/api/k8s/v1beta4" "gopkg.in/yaml.v2" @@ -26,7 +26,7 @@ func getKubeconfigPath(ctx context.Context) (string, error) { kubeconfigPath = strings.Split(kubeconfigEnv, ":")[0] // list is separated by : on linux/macos } } else { - homeDir, err := homedir.Dir() + homeDir, err := os.UserHomeDir() if err != nil { return "", err }