-
Notifications
You must be signed in to change notification settings - Fork 791
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
AKZ AZBLOB Issues in jx-requirements.yml EnsureBucketIsCreated not implemented for LegacyBucketProvider #6837
Comments
We have disable devops in the requirements and the storage part looks like this:
|
Issues go stale after 90d of inactivity. |
Stale issues rot after 30d of inactivity. |
Related to #7190 |
This PR #7451 addresses this issue by implementing the necessary half of the AKSBucketProvider, i.e. |
Rotten issues close after 30d of inactivity. |
@jenkins-x-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository. |
@chrismellard BTW we're in the process of moving to jx boot as our strategic way to install/configure/upgrade/edit Jenkins X installation, storage, networking, ingress/TLS/DNS and whatnot so if you're interested in getting storage/vault working for AKS I'd maybe start there.
with boot you can specify the URLs of the storage locations for logs in your
jx-requirements.yml
. I've just polished the docs around that here: https://jenkins-x.io/getting-started/boot/#storageI think if you specify the
azblob://mybucket
URLs for logs in yourjx-requirements.yml
file it might actually work on AKS :)But it would be nice to add an AKS implementation of this interface:
jx/pkg/cloud/factory/factory.go
Line 14 in 36cec23
Originally posted by @jstrachan in #703 (comment)
I can't see this working in 2.0.1212.
When we get to verify we get this error:
This happens when running
jx boot
The text was updated successfully, but these errors were encountered: