-
Bug
-
Resolution: Done
-
High
-
None
-
OSC 1.6.0, OSC 1.5.1
-
None
-
2
-
False
-
None
-
False
-
-
-
Kata Sprint #247
-
0
-
0.000
Description
Running the 69018 and 68930 tests on azure. They launch a peerpods workload with annotations.
This works
metadata annotations io.katacontainers.config.hypervisor.machine_type: Standard_D8as_v5
These types failed:
Standard_D4as_v5, Standard_D2as_v5, Standard_D4s_v3 (which is the cluster working nodes type)
Steps to reproduce
- Install cluster on Azure
- install OSC with peer pods
- Install a pod with io.katacontainers.config.hypervisor.machine_type annotation in a new namespace
- machine_type is not Standard_D8as_v5
Expected result
container gets created
Actual result
0s (x11 over 21s) Warning FailedCreatePodSandBox Pod/vb09zxhp-example-68930 Failed to create pod sandbox: rpc error: code = Unknown desc = CreateContainer failed: remote hypervisor call failed: rpc error: code = Unknown desc = creating an instance : failed to verify instance type: requested instance type ("Standard_D4s_v3") is not default ("Standard_D8as_v5") and supported instance types list is empty: unknown
Impact
<How badly does this interfere with using the software?>
Env
OCP 4.15-rc0 on Azure
OSC 1.5.1-6
peer-pods enabled
Additional helpful info
annotations.jsonworking pod workload to apply