Skip to content
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

Merge upstream #7

Open
wants to merge 78 commits into
base: master
Choose a base branch
from
Open

Merge upstream #7

wants to merge 78 commits into from

Conversation

Bloodyludi
Copy link

No description provided.

frankjkelly and others added 30 commits September 15, 2023 14:12
Using service ports cause probes to fail.

Co-authored-by: emre <[email protected]>
* Lowered BOOKIE_MEM and PULSAR_MEM in init containers. Default BOOKIE_MEM and PULSAR_MEM settings from conf/pulsar_env.sh and conf/bkenv.sh (-Xms2g -Xmx2g -XX:MaxDirectMemorySize=4g) are too high for low-memory systems.
The comments say ZK replicacount should be >=3 but defaults to 1, should adhere to own recommendations by default
* Run CI tests with k8s v1.21 and v1.27

* Bump versions used in testing
made validation command work for single node clusters
Improve chart verification instructions
- use VERSION_RC and VERSION_WITHOUT_RC that are consistent across
  the instructions
* Proposal: service accounts creation should be decoupled from PodSecurityPolicy.

* Rename *-rbac.yaml to *-psp.yaml and move service account to *-service-account.yaml

* Test with psp enabled

Co-authored-by: Lari Hotari <[email protected]>
* Share common parts of the values files used in CI

* Fix ct-lint
lhotari and others added 26 commits January 18, 2024 19:28
* Add check for required helm version

* Add test scenario for helm 3.10.0
* Upgrade to kube-prometheus-stack 56.x.x

* Add CI test case for kube-prometheus-stack upgrade

* Add "--force-conflicts" flag
- not applicable for Apache Pulsar Helm chart's Pulsar deployment
- remove minimal memory settings
- add more optimal data compaction settings
- do "helm repo add" for the prometheus-community repo
- run checks for all k8s versions between 1.21.0-1.29.0
* add better pulsar manager integration and init along with tests & docs

* fix pulsar manager startup args

* update pulsar manager service to ClusterIP + remove duplicate
* Enable persistence for pulsar-manager

* Upgrade to v0.4.0 version of pulsar-manager to get required fix

- contains apache/pulsar-manager#501
  in https://github.com/apache/pulsar-manager/releases/tag/v0.4.0

---------

Co-authored-by: Victor Fauth <[email protected]>
Co-authored-by: Lari Hotari <[email protected]>
…pache#219)

* Added support for JWT secretref and key volume mount. Added admin user auto-creation.

* Removed variables accidentally re-added and comments no longer relevant

* Enabling pulsar manager test w/ manager-admin superuser for symmetric and asymmetric jwt tests

* Added verification of communication with broker to ci test-pulsar-manager

* Fixing error on line 115 of helm.sh

* More fixes

* Adding echo of envs and tenants

* Fixing LOGIN_JSESSIONID variable name
…shboard that has been replaced (apache#461)

- the "extra" key has been deprecated a long time ago
- the dashboard is outdated and there's a replacement with kube-prometheus-stack and apache#439
* add some more logs to the pulsar manager test

* fix admin secret "double-encoding"

* make pulsar-manager-cluster-initialize.yaml "rerunnable"
@Bloodyludi Bloodyludi changed the title Merge upstream and bump Pulsar to 3.2.0 Merge upstream Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet