Skip to content

Commit

Permalink
UPSTREAM: <drop>: Give hostpath csi attacher and provisioner privileged
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Apr 2, 2019
1 parent afb8414 commit c6214ec
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 18 deletions.
27 changes: 13 additions & 14 deletions test/extended/util/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions vendor/k8s.io/kubernetes/test/e2e/generated/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c6214ec

Please sign in to comment.