Mykhailo Kuzmich
Mykhailo Kuzmich
* make k8s yaml manifests readable * resolve issuer #47
wrong default login and password for grafana ``` login: admin password: admin ``` wrong example output ( namespace observability should be) ``` ✗ microk8s kubectl get pods -A NAMESPACE NAME...
Fix: https://github.com/grafana/loki/issues/7488 ``` Prometheus is installed using another chart (or any other method). The Prometheus CRDs are provided by this installation method. Installing also the CRD from the loki chart...
https://knative.dev/docs/install/operator/knative-with-operators/#verifying-image-signatures By default operator install into namespace default. kubectl apply -f https://github.com/knative/operator/releases/download/knative-v1.13.2/operator.yaml **Expected behavior** It will be expected that no namespace will be hardcoded so user can use manifests or...
/kind bug IRSA example doesn't work as expected. https://kserve.github.io/website/master/modelserving/storage/s3/s3/#create-service-account-with-iam-role ``` apiVersion: v1 kind: ServiceAccount metadata: name: sa annotations: eks.amazonaws.com/role-arn: arn:aws:iam::123456789012:role/s3access # replace with your IAM role ARN serving.kserve.io/s3-endpoint: s3.amazonaws.com #...