Skip to content

Commit

Permalink
Remove annotation for Experimental Windows Hyper-v
Browse files Browse the repository at this point in the history
  • Loading branch information
jsturtevant authored Jul 15, 2021
1 parent 36df19e commit fe7771a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions content/en/docs/reference/labels-annotations-taints.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,18 +200,6 @@ Used on: Service

The kube-proxy has this label for custom proxy, which delegates service control to custom proxy.

## experimental.windows.kubernetes.io/isolation-type

Example: `experimental.windows.kubernetes.io/isolation-type: "hyperv"`

Used on: Pod

The annotation is used to run Windows containers with Hyper-V isolation. To use Hyper-V isolation feature and create a Hyper-V isolated container, the kubelet should be started with feature gates HyperVContainer=true and the Pod should include the annotation experimental.windows.kubernetes.io/isolation-type=hyperv.

{{< note >}}
You can only set this annotation on Pods that have a single container.
{{< /note >}}

## ingressclass.kubernetes.io/is-default-class

Example: `ingressclass.kubernetes.io/is-default-class: "true"`
Expand Down

0 comments on commit fe7771a

Please sign in to comment.