Sergio Moreno
Sergio Moreno
Hi, Workaround Force the ES Version to 7 via --es.version=7 and es.create-index-templates: false Add add this two indexes. If some of them fails related to "index priority" just change it...
I can't check how it works, but from the numbers it seems to be a counter and not a gauge Hope anyone can confirm and update the description (at least)
You can do it just with ``` name: Gatsby Publish on: push: branches: - gatsby jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: enriikke/gatsby-gh-pages-action@v2 with: access-token: x-access-token:${{ secrets.GITHUB_TOKEN...
:+1: Looking for a working example.
This PR breaks backward compatibility as if you don't provide it it fails to detect the zone name
@bzon @Knappek any ETA for merging this?
Will be this added to the 1.5.X release?
Any update on this?
@razorsk8jz I'm stuck too in that part. where should set the flag skip-host-verify? can't find the exact value in the values.yaml from the operator chart I can provide also my...
I was investigating, an has created a certificate using the self kubernetes CA [https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/] The issue here is that the operator, don't accept the kubernetes GA `/var/run/secrets/kubernetes.io/serviceaccount/ca.crt` Will be great...