-
Notifications
You must be signed in to change notification settings - Fork 93
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
Fix envVars for Orderer nodes #94
Merged
Merged
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
Signed-off-by: dviejokfs <[email protected]>
dviejokfs
force-pushed
the
bugfix/fix-envvar-ordnode
branch
from
May 21, 2022 19:31
c9c050a
to
e6988ae
Compare
minollo
pushed a commit
to minollo/hlf-operator
that referenced
this pull request
Sep 24, 2022
Signed-off-by: dviejokfs <[email protected]> Signed-off-by: Minollo <[email protected]>
dviejokfs
added a commit
that referenced
this pull request
Sep 24, 2022
* fix helm chart deployment template (#94) Signed-off-by: dviejokfs <[email protected]> Signed-off-by: Minollo <[email protected]> * Use user defined peer capacity (#99) * Updated kubectl hlf plugin commands help Signed-off-by: Wojciechowski Marcin <[email protected]> * Use custom peer capacity Signed-off-by: Wojciechowski Marcin <[email protected]> Co-authored-by: Wojciechowski Marcin <[email protected]> Signed-off-by: Minollo <[email protected]> * 1.7.0 release (#95) * Update README.md (#92) Signed-off-by: dviejokfs <[email protected]> Signed-off-by: dviejokfs <[email protected]> * - implement #86 docs - Filter by orderers #93 Signed-off-by: dviejokfs <[email protected]> * image pull secrets optional to fix tests Signed-off-by: dviejokfs <[email protected]> * Update manifests Signed-off-by: dviejokfs <[email protected]> * update on push tags Signed-off-by: dviejokfs <[email protected]> * create goreleaser beta for beta releases Signed-off-by: dviejokfs <[email protected]> * Add fabric-operations-console Signed-off-by: dviejokfs <[email protected]> * Fix error when inspect Signed-off-by: dviejokfs <[email protected]> * Add hlf-operator-ui as a CRD Add GRPCProxy to peer to oderer Signed-off-by: dviejokfs <[email protected]> * Add CRD for console & UI Signed-off-by: dviejokfs <[email protected]> * update types Signed-off-by: dviejokfs <[email protected]> * add client for operation console and ui Signed-off-by: dviejokfs <[email protected]> * Add HLF Operator UI Signed-off-by: dviejokfs <[email protected]> * Add missing CRD Signed-off-by: dviejokfs <[email protected]> * add operator api client Signed-off-by: dviejokfs <[email protected]> * Issue #100 - Add k8s-builder when kubernetes builder is set in peer Issue #96 - Batch size limit parametrization when creating channel Issue #86 - Configure image and version of peer CLI Signed-off-by: dviejokfs <[email protected]> * add filenames docs needed for 1.7.0 release Signed-off-by: dviejokfs <[email protected]> * Add TLSSecretName to operatorAPI and operations console Signed-off-by: dviejokfs <[email protected]> * Adding peers docs Signed-off-by: dviejokfs <[email protected]> * export orderer + docs + fix grpc web for orderer Signed-off-by: dviejokfs <[email protected]> * Ignore windows arm64 Signed-off-by: dviejokfs <[email protected]> * Add export organization Signed-off-by: dviejokfs <[email protected]> * Docs + config.json change Signed-off-by: dviejokfs <[email protected]> * arch_chaincode_dev.png Signed-off-by: dviejokfs <[email protected]> * Update docs Signed-off-by: dviejokfs <[email protected]> * Update docs Signed-off-by: dviejokfs <[email protected]> * Update docs Signed-off-by: dviejokfs <[email protected]> * Implements #101 to allow custom attributes Signed-off-by: dviejokfs <[email protected]> * Allow to specify the cahost and caport when creating peer and orderer Signed-off-by: dviejokfs <[email protected]> * Fix CLI issues Signed-off-by: dviejokfs <[email protected]> * Add networkConfig to hlf operator Signed-off-by: dviejokfs <[email protected]> * Add node selector to peer/orderer/ca Add auth to operatorui + operatorapi Signed-off-by: dviejokfs <[email protected]> * Solve issue when there's no auth in operatorui and operatorapi Optional logoUrl Signed-off-by: dviejokfs <[email protected]> * Update CRD Signed-off-by: dviejokfs <[email protected]> * Add affinity to peers, orderers and CAs Signed-off-by: dviejokfs <[email protected]> * Add update command + config parameters for operatorui and operatorapi Signed-off-by: dviejokfs <[email protected]> * Upgrade command for peer and orderer Signed-off-by: dviejokfs <[email protected]> * update docs Signed-off-by: dviejokfs <[email protected]> * instructions on how to update affinity, nodeSelector and tolerations Signed-off-by: dviejokfs <[email protected]> * add kubectl plugin test Signed-off-by: dviejokfs <[email protected]> * install hlf-operator in Kind Signed-off-by: dviejokfs <[email protected]> * change kind cluster name Signed-off-by: dviejokfs <[email protected]> * update workflow Signed-off-by: dviejokfs <[email protected]> * update Signed-off-by: dviejokfs <[email protected]> * add repo before installing helm chart Signed-off-by: dviejokfs <[email protected]> * install CRD after hlf-operator helm chart is installed Signed-off-by: dviejokfs <[email protected]> * update Signed-off-by: dviejokfs <[email protected]> * pullPolicy hlf-operator=IfNotPresent Signed-off-by: dviejokfs <[email protected]> * create channel ci/cd Signed-off-by: dviejokfs <[email protected]> * approve/commit chaincode Signed-off-by: dviejokfs <[email protected]> * wait until joining the peer Signed-off-by: dviejokfs <[email protected]> * fix kubectl plugin Signed-off-by: dviejokfs <[email protected]> * sleep 5 seconds before testing chaincode Signed-off-by: dviejokfs <[email protected]> * update Signed-off-by: dviejokfs <[email protected]> * increase sleep before testing the chaincode Signed-off-by: dviejokfs <[email protected]> * update node_image Signed-off-by: dviejokfs <[email protected]> * add grpc proxy docs Signed-off-by: dviejokfs <[email protected]> * on failure get logs from peer and orderer Signed-off-by: dviejokfs <[email protected]> * fix kubectl test plugin Signed-off-by: dviejokfs <[email protected]> * add MAINTAINERS.md file, fixes #105 Signed-off-by: dviejokfs <[email protected]> * enroll: accept attributes/optional attributes Signed-off-by: dviejokfs <[email protected]> * Use fabric-ca syntax for attributes Signed-off-by: dviejokfs <[email protected]> * enroll + register attributes fabric-ca style Signed-off-by: dviejokfs <[email protected]> Signed-off-by: Minollo <[email protected]> * fix enroll Signed-off-by: dviejokfs <[email protected]> Signed-off-by: Minollo <[email protected]> * fix broken link Signed-off-by: dviejokfs <[email protected]> Signed-off-by: Minollo <[email protected]> * add new platforms for krew Signed-off-by: dviejokfs <[email protected]> Signed-off-by: Minollo <[email protected]> * remove unused krew-plugin.yaml (#107) remove freebsd from the krew plugin since it's not supported Signed-off-by: dviejokfs <[email protected]> Signed-off-by: Minollo <[email protected]> * fixed cc-nodejs-template broken link (#111) Signed-off-by: zappaboy <[email protected]> Signed-off-by: zappaboy <[email protected]> Signed-off-by: Minollo <[email protected]> * Update MAINTAINERS.md (#116) Signed-off-by: Minollo <[email protected]> * Let users specify host aliases, so that /etc/hosts on peer containers can be easily managed. Peers need to be able to resolve the ordering node names - needed when using Istio and no real DNS. Introduce peer update command - for now to let users change host aliases even after the peer has been created. Signed-off-by: Minollo <[email protected]> * Let users specify host aliases also on ordering nodes. Introduce ordnode update command - for now to let users change host aliases even after the orderer node has been created. Signed-off-by: Minollo <[email protected]> Signed-off-by: dviejokfs <[email protected]> Signed-off-by: Minollo <[email protected]> Signed-off-by: zappaboy <[email protected]> Signed-off-by: dviejokfs <[email protected]> Co-authored-by: dviejokfs <[email protected]> Co-authored-by: Marcin Wojciechowski <[email protected]> Co-authored-by: Wojciechowski Marcin <[email protected]> Co-authored-by: dviejokfs <[email protected]> Co-authored-by: Zappone Federico <[email protected]> Co-authored-by: Aditya Joshi <[email protected]> Co-authored-by: Minollo <[email protected]>
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.
Fix a templating issue when environment variables were added to a orderer.