-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*: some fixes for e2e test on krane-based k8s (#443)
**change resources for `deploy/k8s/dev`** To test the Varlog in a Krane-based cluster, the size of the cluster should be at least 20 nodes. Recommended numbers are as follows: the number of MRs is three and the number of SNs is 3 or 4 and the replication factor is 3. **daemonset doesn't respect podAntiAffinity** See kubernetes/kubernetes#29276. We should attach label `varlog-type=telemetry` to nodes running jaeger, prometheus, otel-collector and grafana. Daemonset for MR and SN won't be deployed to those nodes. The e2e testing module ignores nodes labed with `varlog-type=telemetry`. Resolves [#VARLOG-509](VARLOG-509).
- Loading branch information
Showing
2 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
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
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