We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in DeploymentConfig, the imagestream should be used instead ogf the 'normal' image https://github.com/openshift-kni/cnf-features-deploy/blob/master/feature-configs/demo/dpdk/deployment-config.yaml#L34-L36
The text was updated successfully, but these errors were encountered:
@SchSeba is that something you can handle?
Sorry, something went wrong.
Hi @AsherShoshan the part is a PodSpec resource there is no imagestream there.
PodSpec
imagestream
You can validate that by change it and try to run oc apply -f <yaml> it should fail.
oc apply -f <yaml>
The imagestream is in the trigger part that will update the deployment every time a new image was pushed to the registry.
No branches or pull requests
in DeploymentConfig, the imagestream should be used instead ogf the 'normal' image
https://github.com/openshift-kni/cnf-features-deploy/blob/master/feature-configs/demo/dpdk/deployment-config.yaml#L34-L36
The text was updated successfully, but these errors were encountered: