-
Notifications
You must be signed in to change notification settings - Fork 15
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
DO NOT MERGE: Supertubes rebranding #37
Open
fekete-robert
wants to merge
109
commits into
master
Choose a base branch
from
supertubes-rebranding
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Co-authored-by: Toader Sebastian <[email protected]>
…ator installation
* Add cruisecontroloperation * FIx format * Refactor 1 * Refactor 2 * Refactor 3 * Refactor 4 * Refactor 5 * Fix typo * Fix based on reviews 1 * Small fixes * Fix based on reviews 2 * CCOperation formatting and style fixes (#79) * CCOperation formatting and style fixes * Update docs/cruisecontroloperation.md Co-authored-by: Robert Fekete <[email protected]>
* Update custom certificate configuration for SSL Listener * Fix 1 * Fix contains Co-authored-by: Robert Fekete <[email protected]>
* Add warning for installing koeprator in EKS with 1.23+ * Typo fixes Co-authored-by: Robert Fekete <[email protected]>
* Update Benchmarking Kafka docs * Remove pipeline specific label for nodeAffinity configurations * Update benchmark docs * Update loadtest image path * Minor style fixes * Use a parameter for latest Koperator version number --------- Co-authored-by: Robert Fekete <[email protected]>
* Add configurations/kafkacluster * Kafkacluster review (#83) * Page order adjustments * Link updates * Minor corrections * Formatting fixes on the examples page * Review comment * Create README.md (#86) * Fix review suggestion 1 * Fix advertise * Fix review suggestion 2 * Review fixes --------- Co-authored-by: Robert Fekete <[email protected]> # Conflicts: # README.md # docs/topics.md
* Added the features of Koperator to the main page * Incorporated review comments --------- Co-authored-by: Arati Chilad <[email protected]>
* Fix helm install commands * Add PVC reclaim policy to zookeeper CR
* Add openshift installation docs (#89) * Add openshift docs * Include adding openshift permissions in the install steps (#91) * Include adding openshift permissions in the install steps * Update docs/install-kafka-operator.md Co-authored-by: Balazs Berta <[email protected]> * Update docs/install-kafka-operator.md Co-authored-by: Balazs Berta <[email protected]> * Update docs/install-kafka-operator.md Co-authored-by: Balazs Berta <[email protected]> * Moves the openshift step to a better place --------- Co-authored-by: Balazs Berta <[email protected]> * chore(install): edited Helm only, titles, anchors * feat(install,test): refactored, prettified 1. Added command outputs. 2. Added numbering to instructions. 3. Added instructions to verify command results. 4. Formatted long commands into multiple lines. 5. Refactored some instruction texts. 6. Refactored some commands to simpler ones. Helm install commands using --repo arg instead of adding repo to local context and updating its index. 7. Unified command argument ordering. 8. Replaced some master references with the currentVersion parameter. * feat(install): updated supported versions 1. cert-manager 1.6-1.9 cleared for use. 2. k8s 1.20+ changed to 1.21-1.24 which is the official range. * feat(install): added RHOS 4.11 instructions * feat(install): added RHOS 4.10 instructions * feat(zk.sample): added PV deletion #89 (comment) * Style and formatting fixes (#97) * Style and formatting fixes * Url fix * feat(RHOS,EL): added envoy config Required to run envoy ingresscontroller on RHOS. --------- Co-authored-by: Robert Fekete <[email protected]> Co-authored-by: Patrik Egyed <[email protected]> # Conflicts: # docs/external-listener/index.md # docs/install-kafka-operator.md * Add node IP for advertised.listeners (#95) * Add node IP for advertise listeners * Fix review suggestion * Fix advertise --------- Co-authored-by: Marton Barta <[email protected]>
* updated Koperator documentation * Update docs/configurations/_index.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/configurations/kafkacluster-cr-templates/_index.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/scenarios.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/scenarios.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/scenarios.md Co-authored-by: Patrik Egyed <[email protected]> * updated according to review comments * Update _index.md * Update docs/scenarios.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/delete-kafka-operator.md Co-authored-by: Patrik Egyed <[email protected]> * Update docs/_index.md Co-authored-by: Patrik Egyed <[email protected]> * Squashed commit of the following: commit bff572a Author: Robert Fekete <[email protected]> Date: Fri May 5 16:30:58 2023 +0200 Update generated CRD references commit f038733 Author: Robert Fekete <[email protected]> Date: Wed May 3 13:18:09 2023 +0200 Removes username from sample output (#115) commit 94e2a41 Author: Arati Chilad <[email protected]> Date: Mon May 1 09:53:00 2023 -0700 fixing xref error commit d7a0f75 Author: Darren Lau <[email protected]> Date: Mon May 1 03:01:32 2023 -0400 Fix duplicate container port (#109) commit 307fdba Author: Robert Fekete <[email protected]> Date: Fri Apr 28 16:59:21 2023 +0200 Syched from master 20230418 (#106) * Add openshift installation docs (#89) * Add openshift docs * Include adding openshift permissions in the install steps (#91) * Include adding openshift permissions in the install steps * Update docs/install-kafka-operator.md Co-authored-by: Balazs Berta <[email protected]> * Update docs/install-kafka-operator.md Co-authored-by: Balazs Berta <[email protected]> * Update docs/install-kafka-operator.md Co-authored-by: Balazs Berta <[email protected]> * Moves the openshift step to a better place --------- Co-authored-by: Balazs Berta <[email protected]> * chore(install): edited Helm only, titles, anchors * feat(install,test): refactored, prettified 1. Added command outputs. 2. Added numbering to instructions. 3. Added instructions to verify command results. 4. Formatted long commands into multiple lines. 5. Refactored some instruction texts. 6. Refactored some commands to simpler ones. Helm install commands using --repo arg instead of adding repo to local context and updating its index. 7. Unified command argument ordering. 8. Replaced some master references with the currentVersion parameter. * feat(install): updated supported versions 1. cert-manager 1.6-1.9 cleared for use. 2. k8s 1.20+ changed to 1.21-1.24 which is the official range. * feat(install): added RHOS 4.11 instructions * feat(install): added RHOS 4.10 instructions * feat(zk.sample): added PV deletion #89 (comment) * Style and formatting fixes (#97) * Style and formatting fixes * Url fix * feat(RHOS,EL): added envoy config Required to run envoy ingresscontroller on RHOS. --------- Co-authored-by: Robert Fekete <[email protected]> Co-authored-by: Patrik Egyed <[email protected]> # Conflicts: # docs/external-listener/index.md # docs/install-kafka-operator.md * Add node IP for advertised.listeners (#95) * Add node IP for advertise listeners * Fix review suggestion * Fix advertise --------- Co-authored-by: Marton Barta <[email protected]> commit 0abd9a2 Author: Darren Lau <[email protected]> Date: Wed Apr 19 10:01:26 2023 -0400 Update nits (#108) * Fix helm install commands * Add PVC reclaim policy to zookeeper CR commit b077fda Author: Darren Lau <[email protected]> Date: Thu Apr 13 16:32:04 2023 -0400 Update commands and wordings (#104) --------- Co-authored-by: Arati Chilad <[email protected]> Co-authored-by: Patrik Egyed <[email protected]>
Co-authored-by: Robert Fekete <[email protected]>
…due to Kafka 3.0.0 deprecation (#110) * fix(test,bench): replaced zk flag w/ bootstrap-srv From https://kafka.apache.org/documentation/#upgrade_300_notable > The --zookeeper option was removed from the > kafka-topics and kafka-reassign-partitions > command line tools. Please use > --bootstrap-server instead. So all in our docs regarding kafka-topics commands we need to replace `--zookeeper zookeeper-client.zookeeper:2181` with `--bootstrap-server kafka-all-broker.kafka:29092` * Update docs/benchmarks/_index.md Co-authored-by: Robert Fekete <[email protected]> --------- Co-authored-by: Darren Lau <[email protected]> Co-authored-by: Robert Fekete <[email protected]>
Co-authored-by: Arati Chilad <[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.
This PR is essentially a fork of the koperator docs for the commercial SDM offering.
Once both SDM and the public koperator docs have their proper place/domain, we can work out a better solution to keep both versions of these docs up-to-date.