Sebastian Woehrl
Sebastian Woehrl
I installed the new zeppelin package on a fresh AWS CloudFormation DC/OS 1.9 Stable cluster (with default settings) and tried to run the minimal example from https://github.com/dcos/examples/tree/master/zeppelin/1.9 . After a...
If for whatever reason (e.g. problem with the kubernetes cluster) all or a quorum of master pods are lost at the same time the opensearch cluster will not come back...
The operator can generate its own self-signed certificates to use for the opensearch pods. However the operator does not have functionality to renew the certificates once they expire after a...
There have been several instances where users have reported OOM kills of the operator pod without any obvious causes (#585, #612). Diagnosing such failures and determining a cause just from...
Based on the discussion in #442 we should support [projected volumes](https://kubernetes.io/docs/concepts/storage/projected-volumes/#serviceaccounttoken) for the opensearch pods. That way we can support AWS IAM roles via kubernetes secrets and give opensearch easy...
### Description Fixes a bug where parallel recovery did not engage if the cluster had gone through a version upgrade beforehand. Reason was that the upgrade logic added the status...
Discussed in https://github.com/opensearch-project/opensearch-k8s-operator/discussions/796 The operator already supports managing snapshot repositories. A step further would be to add a custom resource and reconciler logic (similar to ISMPolicies) to also manage snapshot...
The currrent gitlab v4 API does no longer accept a project name for setting git commit status, a project ID must be used. This PR adds an explanation and example...
### What does this PR do? Up to now `kubectl gs login --workload-cluster foobar --keep-context` would switch the kubeconfig context to that of the WC, even though the flag should...
### Description Even with Pod Disruption Budgets (PDB) configured for opensearch nodepools, there can still be Opensearch cluster downtime during Kubernetes node replacements. This is because PDB only checks for...