Khaliq
Khaliq
Having same issue running v2.6.3 in a single node docker container. If you stop the container and start again it will fail.
> > > > Sorry I wasn't more specific, I installed using the docker container with the tag v2.4.9. It works! Unfortunately using older versions does not help me, my...
This does not work Even after exposing the TCP port via Ingress and then creating the remote connection request ```bash { "acknowledged" : true, "persistent" : { "cluster" : {...
This is how i made cross-cluster replication work between two OpenSearch clusters deployed in Kubernetes across different regions. 1. Expose TCP Ports on Ingress (Traefik): You can achieve this by...
I have similar issue I am using `mkdocstrings` plugin to generate docs, which are rendered properly for html but plugin publishes the page without it so my confluence page look...
Thank you for your work @Nithe14 Give me some time to review it , i am away for holidays.
Changing the character from `/` some other character will not solve the problem, if some one uses that in the password we will end up in the same situation again....
@iiqqrs This works for me. You can try ```bash - echo "{\"auths\":{\"${CI_REGISTRY}\":{\"auth\":\"$(printf "%s:%s" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json ``` I use this for gitlab regsitry,...
Hello @mlevarge-tpi Thank you for testing this, i will look into it. I do need a bit of time for this as i am quite busy with a few other...
Hello @simcop2387 Thank you for the details information. Any PRs to have a better understanding, or proper solution are highly appreciated.