-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPSTREAM: <drop>: Give hostpath csi attacher and provisioner privileged
- Loading branch information
Showing
6 changed files
with
25 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -321,16 +321,16 @@ var ( | |
}, | ||
// tests for features that are not implemented in openshift | ||
"[Disabled:Unimplemented]": { | ||
`\[Feature:Networking-IPv6\]`, // openshift-sdn doesn't support yet | ||
`Monitoring`, // Not installed, should be | ||
`Cluster level logging`, // Not installed yet | ||
`Kibana`, // Not installed | ||
`Ubernetes`, // Can't set zone labels today | ||
`kube-ui`, // Not installed by default | ||
`Kubernetes Dashboard`, // Not installed by default (also probably slow image pull) | ||
`\[Feature:ServiceLoadBalancer\]`, // Not enabled yet | ||
`PersistentVolumes-local`, // Disable local storage in 4.0 for now (sig-storage/[email protected]) | ||
`\[Feature:RuntimeClass\]`, // disable runtimeclass tests in 4.1 (sig-pod/[email protected]) | ||
`\[Feature:Networking-IPv6\]`, // openshift-sdn doesn't support yet | ||
`Monitoring`, // Not installed, should be | ||
`Cluster level logging`, // Not installed yet | ||
`Kibana`, // Not installed | ||
`Ubernetes`, // Can't set zone labels today | ||
`kube-ui`, // Not installed by default | ||
`Kubernetes Dashboard`, // Not installed by default (also probably slow image pull) | ||
`\[Feature:ServiceLoadBalancer\]`, // Not enabled yet | ||
`PersistentVolumes-local`, // Disable local storage in 4.0 for now (sig-storage/[email protected]) | ||
`\[Feature:RuntimeClass\]`, // disable runtimeclass tests in 4.1 (sig-pod/[email protected]) | ||
`\[Feature:CustomResourceWebhookConversion\]`, // webhook conversion is off by default. sig-master/@sttts | ||
|
||
`NetworkPolicy between server and client should allow egress access on one named port`, // not yet implemented | ||
|
@@ -343,7 +343,7 @@ var ( | |
`\[Feature:Audit\]`, // Needs special configuration | ||
`\[Feature:LocalStorageCapacityIsolation\]`, // relies on a separate daemonset? | ||
|
||
`kube-dns-autoscaler`, // Don't run kube-dns | ||
`kube-dns-autoscaler`, // Don't run kube-dns | ||
`should check if Kubernetes master services is included in cluster-info`, // Don't run kube-dns | ||
`DNS configMap`, // this tests dns federation configuration via configmap, which we don't support yet | ||
|
||
|
@@ -395,9 +395,8 @@ var ( | |
|
||
`should idle the service and DeploymentConfig properly`, // idling with a single service and DeploymentConfig [Conformance] | ||
|
||
`\[Feature:Volumes\]`, // storage team to investigate it post-rebase | ||
`\[Driver: csi-hostpath`, // storage team to investigate it post-rebase. @hekumar | ||
`SchedulerPriorities`, // scheduler tests failing serial. sig-pod/@ravig | ||
`\[Feature:Volumes\]`, // storage team to investigate it post-rebase | ||
`SchedulerPriorities`, // scheduler tests failing serial. sig-pod/@ravig | ||
|
||
// TODO: the following list of tests is disabled temporarily due to the fact | ||
// that we're running kubelet 1.11 and these require 1.12. We will remove them | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...es/test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpath-attacher.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpath-provisioner.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.