Carlos Giraldo
Carlos Giraldo
There are some inconsistencies in the open data model descriptions: * There are long and bigint types for timestamps. * Ipv4 addresses are declared as long but int is enough....
### Community Guidelines - [X] I have read and agree to the [HashiCorp Community Guidelines ](https://www.hashicorp.com/community-guidelines). - [X] Vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original...
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] running `clusterawsadm bootstrap iam create-cloudformation-stack` exits with error. **What did...
Apache Spark 2.4 provides built-in support for reading and writing Apache Avro Data: [https://spark.apache.org/docs/2.4.2/sql-data-sources-avro.html](https://spark.apache.org/docs/2.4.2/sql-data-sources-avro.html) Apache Spark 2.4.2 is pre-built with Scala 2.12.
### Description of the change Rename http-web port name to http in order to make ingress work. Currently ingress point to the port "http" of dremio service, but the service...
Related with #80 Passbolt container Image uses `/etc/ssl/certs/certificate.crt` and `/etc/ssl/certs/certificate.key` (see contents of /etc/nginx/snippets/passbolt-ssl.conf file). However helm chart mount internal tls certificate in '/etc/ssl/certs/passbolt/server.crt' and '/etc/ssl/certs/passbolt/server-key.pem'. https://github.com/passbolt/charts-passbolt/blob/4bde003871a33ee1ff861acbdf0e09820e0214c1/templates/deployment.yaml#L148 Since It is...
Deploying the helm chart with default values does not work on an arm64 node. ``` $kubectl get pods NAME READY STATUS RESTARTS AGE passbolt-job-create-gpg-keys-v2nnc 0/1 CrashLoopBackOff 4 (80s ago) 3m24s...
I have a problem changing ns for users without permissions to list namespaces. I think this merged [PR](https://github.com/ahmetb/kubectx/pull/416) solves my problem. Can you make a new release of the plugin...
We are using github aciton-runner-controller in kubernetes and we would like to define a default value for the requested resources of container services. Current hook-extensions allow us to set resources...