John Reese
John Reese
@mhoshi-vm are you using Octant in a cluster where users have access to only a single namespace? I'm getting this CRD problem as well, but Octant does not work _at...
Wanted to ask the same. Our users only have access to a single namespace, but Octant doesn't show any resources at all. (0.21.0)
> > Wanted to ask the same. Our users only have access to a single namespace, but Octant doesn't show any resources at all. (0.21.0) > > Are you able...
Yep! All the above outputs as expected. We have admin access over the namespace so I don't think it's a permission issue there -- just lack permissions to do much...
Thanks for opening this issue @Dysproz! Overall, I think this makes sense and goes well with #7 . I'll start getting this done for you.
@Dysproz would the intent for this functionality to be used mostly as a one time command or to store it in the manifest file? I think it could make sense...
Sounds good. Lastly for your use case, do you have a preference or thought how the _list_ command would print out images with *? Using * means the list couldn't...
@Dysproz as an update, the code base is now in a very good spot to support this now. I'm still working out the best way to expose this for consumers....
The more I think about this, the more I lean towards a new root level type. `sources` should probably be renamed to `images` Add a `repositories` root type which will...
It becomes problematic deciding when a tag should be considered immutable, and when a tag should not. If you're syncing `image:v1.0.0`, and that image already exists at the target, the...