mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-07 16:55:15 -04:00
AB#2077: Kubernetes 1.22.12 support (#302)
* Necessary changes to build join-service image * Reference new join-service image Tested on GCP and Azure using microservice-demo.
This commit is contained in:
parent
83d2c7b6a3
commit
44b5e042ea
3 changed files with 37 additions and 15 deletions
|
@ -66,7 +66,7 @@ func TestInitConfigurationKubeadmCompatibility(t *testing.T) {
|
|||
expectedVersion: fmt.Sprintf("v%s", versions.VersionConfigs[versions.Latest].PatchVersion),
|
||||
},
|
||||
"Kubeadm receives incompatible version": {
|
||||
config: coreOSConfig.InitConfiguration(true, "1.22"),
|
||||
config: coreOSConfig.InitConfiguration(true, "1.19"),
|
||||
wantErr: true,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue