-
Bug
-
Resolution: Done
-
Major
-
Logging 5.5.0
-
False
-
None
-
False
-
NEW
-
VERIFIED
-
-
Log Storage - Sprint 223, Log Storage - Sprint 224
Description of problem:
Loki pods don't have nodeSelector `kubernetes.io/os: linux`, these pods can be scheduled to windows workers.
Version-Release number of selected component (if applicable):
loki-operator.v5.5.0
How reproducible:
Always
Steps to Reproduce:
1. deploy lokistack with:
apiVersion: loki.grafana.com/v1beta1 kind: LokiStack metadata: name: lokistack-sample namespace: openshift-logging spec: managementState: Managed size: 1x.extra-small storage: secret: name: s3-secret type: s3 tls: caName: odf-router-ca storageClassName: ocs-storagecluster-ceph-rbd tenants: mode: openshift-logging
2. check loki pods
3.
Actual results:
Expected results:
Loki pods should be restricted to only deploy on linux workers.
Additional info: