Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Plan 1.4: Test Case 12: User should be able to Helm install Rancher 2.6.x #2318

Open
rak-phillip opened this issue Jun 1, 2022 · 4 comments
Labels
kind/bug Something isn't working

Comments

@rak-phillip
Copy link
Contributor

Problem Description

Test fails at step

$LB_IP=(kubectl describe svc traefik --namespace kube-system --output jsonpath='{.status.loadBalancer.ingress[].ip}')

with error

error: unknown flag: --output
See 'kubectl describe --help' for usage.

Proposed Solution

TBA

Additional Information

Testing on Windows 10 Pro with build 1.3.0-336-g2c985a0e

@rak-phillip rak-phillip added the kind/bug Something isn't working label Jun 1, 2022
@mook-as
Copy link
Contributor

mook-as commented Jun 1, 2022

There's an error in the test; it should be kubectl get svc … instead.

@gunamata
Copy link
Contributor

gunamata commented Jun 1, 2022

This is a command syntax problem than anything to do with RD. Please just run kubectl describe svc traefik --namespace kube-system and then look for the LoadBalancer Ingress: property to get the ip address, and set the LB_IP env variable.

This command has been changed several times to make it work in bash, powershell etc..

@jandubois
Copy link
Member

There is also a $ missing directly after the =.

@mook-as
Copy link
Contributor

mook-as commented Jun 1, 2022

There is also a $ missing directly after the =.

No, that's just PowerShell :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants