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
Take for example the osm bundle, which specifies bundle: kubernetes and doesn't get a kubernetes tag in the charmstore https://jaas.ai/osm.
bundle: kubernetes
Then take the slurm-core-bundle, which specifies series: kubernetes incorrectly (non-deployable bundle) and get the kubernetes tag https://jaas.ai/u/omnivector/slurm-core-k8s/bundle/3.
series: kubernetes
Can we fix the parsing such that bundle: kubernetes gets the 'kubernetes' tag?
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks @jamesbeedy I'll look into how we support kubernetes bundles properly.
Sorry, something went wrong.
No branches or pull requests
Take for example the osm bundle, which specifies
bundle: kubernetes
and doesn't get a kubernetes tag in the charmstore https://jaas.ai/osm.Then take the slurm-core-bundle, which specifies
series: kubernetes
incorrectly (non-deployable bundle) and get the kubernetes tag https://jaas.ai/u/omnivector/slurm-core-k8s/bundle/3.Can we fix the parsing such that
bundle: kubernetes
gets the 'kubernetes' tag?Thanks!
The text was updated successfully, but these errors were encountered: