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
pulp-smash currently supports two types of transports for the CLI client: local and ssh. When Pulp 3 is deployed using Kubernetes, neither the local nor the ssh transport can be used to execute commands inside the container. In these instances, 'kubectl' needs to be used to execute a command. The kubectl command needs to be executed locally in the following manner:
kubectl needs to be used to discover the pulp-api pod name. This should occur once when the CLI client is instantiated. This information is available by running the following:
pulp-smash currently supports two types of transports for the CLI client: local and ssh. When Pulp 3 is deployed using Kubernetes, neither the local nor the ssh transport can be used to execute commands inside the container. In these instances, 'kubectl' needs to be used to execute a command. The kubectl command needs to be executed locally in the following manner:
kubectl
needs to be used to discover the pulp-api pod name. This should occur once when the CLI client is instantiated. This information is available by running the following:pulp-smash users will be able to specify the following config to run tests against pulp 3 on kubernetes:
The text was updated successfully, but these errors were encountered: