Uploaded image for project: 'Docs for Red Hat Developers'
  1. Docs for Red Hat Developers
  2. RHDEVDOCS-4397

[enterprise-4.10] Issue in file logging/cluster-logging-loki.adoc #49561

    XMLWordPrintable

Details

    Description

      GitHub issue:

      https://github.com/openshift/openshift-docs/issues/49561

      Which section(s) is the issue in?

      Deploying the LokiStack

      What needs fixing?

      The yaml that has effectiveDate needs to be quoted, i.e. instead of:

      storage: 
        schemas: 
        - version: v12
          effectiveDate: 2022-06-01
      

      It should be:

      storage: 
        schemas: 
        - version: v12
          effectiveDate: '2022-06-01'
      

      Otherwise it fails to deploy

      Attachments

        Activity

          People

            landerso@redhat.com Libby Anderson
            cbremble@redhat.com Claire Bremble
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: