forked from red-hat-data-services/noobaa-operator
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Syncing latest changes from master for noobaa-operator #11
Closed
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
Update `ContainerImage` to point to the latest build
Signed-off-by: shirady <[email protected]>
Add Deploy Noobaa On Minikube or Rancher Desktop Documentation (For Developers)
Signed-off-by: jackyalbo <[email protected]>
Create external-postgres.md
Signed-off-by: Utkarsh Srivastava <[email protected]>
…ate-readme-install-instructs [Chore] Update install instructions for NooBaa
list of changes: Replaced operator-sdk command to generate 1. crds with controller-gen cmd 2. runtime object with deepcopy-gen 3. noobaa-operator and noobaa-operator-local directly with go build cmds 4. noobaa images with docker cmd Signed-off-by: Vinayakswami Hariharmath <[email protected]>
Signed-off-by: Vinayakswami Hariharmath <[email protected]>
Remove operator-sdk dependency
update go version to 1.20 from 1,19 Signed-off-by: Vinayakswami Hariharmath <[email protected]>
update go version
Signed-off-by: Vinayakswami Hariharmath <[email protected]>
Correcting misaligned .PHONY in Makefile
Signed-off-by: naveenpaul1 <[email protected]>
Skip hpav2 resources if metrics type is Resource
Signed-off-by: shirady <[email protected]>
Update AWS Regions
pass region to update external connection Signed-off-by: shirady <[email protected]>
Pass Region Param to External Connection
Signed-off-by: Ben <[email protected]>
…for-apple-silicon
Signed-off-by: Romy <[email protected]>
CLI | Fix creation and validation of OBC with replication
Signed-off-by: Utkarsh Srivastava <[email protected]> fix golangci lint issue Signed-off-by: Utkarsh Srivastava <[email protected]> rename config file to noobaa.cfg.yaml Signed-off-by: Utkarsh Srivastava <[email protected]> prevent falsy flag additions Signed-off-by: Utkarsh Srivastava <[email protected]> add noobaa config to git ignore Signed-off-by: Utkarsh Srivastava <[email protected]>
Add support for config file
…_objects() Call failed: failed to WebSocket dial" Signed-off-by: Aayush Chouhan <[email protected]>
BugFix - [MCG] RPC method "list_objects" fails with "RPC: object.list…
Signed-off-by: shirady <[email protected]>
Pass Region in Analyze Resource
Signed-off-by: jackyalbo <[email protected]>
Adding node name env var to endpoints
- Add NOOBAA_LOG_LEVEL to the agent pod - Watching for changes in the noobaa-config on the backingstore reconciler - Updating the NOOBAA_LOG_LEVEL according to the config map Signed-off-by: liranmauda <[email protected]>
…o-agents-pod Add NOOBAA_LOG_LEVEL to the agent pod
Bump version to 5.18.0 Signed-off-by: liranmauda <[email protected]>
Bump version to 5.18.0
Signed-off-by: jackyalbo <[email protected]>
SCC fixes - new SCC for core
moved check location and and set env var to optional Signed-off-by: Amit Berner <[email protected]>
Fix provider env var panic
Signed-off-by: shirady <[email protected]>
Docs | STS | Update Docs
Signed-off-by: Danny Zaken <[email protected]>
Fixed 'Build Bundle' step in manaual-build workflow
Signed-off-by: Kaustav Majumder <[email protected]>
Added support to join external noobaa system from hosted clusters
- actions/setup-go from v4 (or v2) to v5 - actions/upload-artifact from v3 to v4 Signed-off-by: liranmauda <[email protected]>
Update GH actions
Signed-off-by: Ashish Pandey <[email protected]>
…ptions noobaa/operator: Provide option to disable log colors
update to go 1.22, controller-runtime to v0.18.4 and rook api Signed-off-by: liranmauda <[email protected]>
Update to go 1.22, controller-runtime to v0.18.4 and rook api
more details here: https://sdk.operatorframework.io/docs/overview/operator-capabilities/#level-2---seamless-upgrades Signed-off-by: Danny Zaken <[email protected]>
Added annotation to CSV capabilities="Seamless Upgrades"
Signed-off-by: jackyalbo <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: df-build-team The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR containing the latest commits from master branch