chakra j

Results 70 issues of chakra j

if you are a lunatic `oc adm policy add-scc-to-group anyuid system:authenticated`

``` lvs -o data_percent,metadata_percent docker-vg --noheadings -S 'data_percent < 80 ' ```

@enjk wrote Projects provide for easier multi tenancy by: - Having stricter validation than namespaces (i.e. you cannot annotate a project other than a handful of predefined keys meaning you...

``` cd /etc/origin/master/named_certificates unlink fullchain.pem unlink privkey.pem certbot renew ln -s /etc/letsencrypt/live/ocp.52.14.195.108.nip.io/fullchain.pem ln -s /etc/letsencrypt/live/ocp.52.14.195.108.nip.io/privkey.pem systemctl restart atomic-openshift-master ``` if ``` openshift_master_cluster_public_hostname=ocp.52.14.195.108.nip.io openshift_master_named_certificates=[{"certfile": "/etc/letsencrypt/live/ocp.52.14.195.108.nip.io/fullchain.pem", "keyfile": "/etc/letsencrypt/live/ocp.52.14.195.108.nip.io/privkey.pem", "names":["ocp.52.14.195.108.nip.io"]}] openshift_master_overwrite_named_certificates=true ```

@sabre1041 wrote. **helm** is a package manage for kubernetes. it contains a packaging model and facilitate the deploying of kubernetes resources to the cluster through a set of charts **third...

Toggle this flag https://github.com/istio/istio/blob/master/install/kubernetes/istio-initializer.yaml#L11

```sh oc patch dc/logging-es-{unique name} -p '{"spec":{"template":{"spec":{"nodeSelector":{"nodelabel":"logging-es-node-1"}}}}}' ```

Can you help me with a little readme on how to tls certs with this binary? ``` jlisfsg6odga64r3k4xivgrcrq.tunnel.xyz not found May 11 13:11:03 tunnel remotemoe[741]: 2022/05/11 13:11:03 http: TLS handshake...

can you please provide a sample application? :) that would help me a lot