This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
[Feature/Operator] Enable resource lifecycle management for external NiFi cluster #132
Merged
erdrix
merged 20 commits into
Orange-OpenSource:master
from
erdrix:ft_manage_external_cluster
Oct 13, 2021
Merged
[Feature/Operator] Enable resource lifecycle management for external NiFi cluster #132
erdrix
merged 20 commits into
Orange-OpenSource:master
from
erdrix:ft_manage_external_cluster
Oct 13, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
erdrix
added
bug
Something isn't working
enhancement
New feature or request
MVP
Targeted for the v1 release
priority:1
labels
Sep 17, 2021
…into ft_manage_external_cluster
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Something isn't working
enhancement
New feature or request
MVP
Targeted for the v1 release
priority:1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's in this PR?
The main focus of this feature is to provide a way to manager the dataflow lifecycle on external cluster (ie. cluster not created using the
NifiCluster
kubernetes resource). It allow to deployNifiDataflow
,NifiUser
,NifiUserGroup
,NifiParameterContext
andNifiRegistryClient
on clusters that are not managed by the operator using a TLS or basic authentication.This PR also include some fix and new features :
Why?
Like the configConnector approach, some resources managed by the operator are not directly related to kubernetes, but just some interaction with the NIFI cluster API. So, we want to enable all the dataflow lifecycle logic even if people don't want to manage their cluster using the operator.
Checklist