You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if we could tell JKube to work offline on resources and push goals at least,
so it skips the cluster autodetect mode, which can fail with ugly stacktraces if the environment has a cluster but semiconfigured (for instant the aws credentials), and go straight to Kubernetes mode like the regular fallback does.
This prevents any unwanted interaction with the local cluster
Thanks mates!
The text was updated successfully, but these errors were encountered:
…t/offline mode
+ Add a property `jkube.offline` which which jkube would skip
cluster auto detection and go straight to offline mode.
Signed-off-by: Rohan Kumar <[email protected]>
…t/offline mode
+ Add a property `jkube.offline` which which jkube would skip
cluster auto detection and go straight to offline mode.
Signed-off-by: Rohan Kumar <[email protected]>
…t/offline mode
+ Add a property `jkube.offline` which which jkube would skip
cluster auto detection and go straight to offline mode.
+ Update integration tests to use jkube.offline flag to reduce build time
Signed-off-by: Rohan Kumar <[email protected]>
It would be nice if we could tell JKube to work offline on resources and push goals at least,
so it skips the cluster autodetect mode, which can fail with ugly stacktraces if the environment has a cluster but semiconfigured (for instant the aws credentials), and go straight to Kubernetes mode like the regular fallback does.
This prevents any unwanted interaction with the local cluster
Thanks mates!
The text was updated successfully, but these errors were encountered: