Timoses
Timoses
/remove-lifecycle stale
Facing the same issue: We have an internal network (for the clusters to fetch the images) and an external network attached. Using the Web UI from either network/domain works fine....
Note in regard to Kubernetes: When the Harbor instance is configured with domain name `harbor.ext` and Kubernetes is configured with an image from `harbor.int` then the Kubernetes node fails to...
@parth-gr Difficult, unfortunately. I decided not to go with rook/ceph as it's too much overhead on the RPi cluster. If I break my cluster I can take a look into...
> @vatsa287 > > * oohk, below should be the plan > > > 1. we should add a finalizer to CR metadata > > 2. add an owner reference...
Just noting down an idea: * Plugins themselves may be Python packages which can be loaded with pip by caster. This solves handling of dependencies which any plugin may require.
I have been trying to sum up some requirements and potential ideas for a plugin framework in the initial description of this issue. This will be an ongoing effort. So...
I have been prototyping a little in my fork of caster https://github.com/Timoses/Caster/tree/mycaster/mycaster . The main goals are: * Be lean and simple * Focus on extensibility * Ease of use...
> The overarching question here comes down to the level of abstraction. Yes. I have found that Caster Core can really just focus on pluggability and facilitating frameworks/engines. Even creating...
> It would be nice to make actions a plug-in as well. Imo a plugin has a very specific scope and should be ready for a user to be used....