You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Downward API MUST expose Pod and Container fields as environment variables. Specify host IP as environment variable in the Pod Spec are visible at runtime in the container.
91
85
*/
92
86
framework.ConformanceIt("should provide host IP as an env var [NodeConformance]", func() {
Copy file name to clipboardExpand all lines: test/e2e/kubectl/kubectl.go
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -945,9 +945,6 @@ metadata:
945
945
Description: Deploy a redis controller and a redis service. Kubectl describe pods SHOULD return the name, namespace, labels, state and other information as expected. Kubectl describe on rc, service, node and namespace SHOULD also return proper information.
946
946
*/
947
947
framework.ConformanceIt("should check if kubectl describe prints relevant information for rc and pods ", func() {
0 commit comments