Nicolas Goudry
Nicolas Goudry
* Related Issues: knex [1641](https://github.com/knex/knex/issues/1641) and [1521](https://github.com/knex/knex/issues/1521) ## Introduction When a transaction is started and its callback calls external functions which add queries to the transaction, it is vague about...
I found that there’s an odd bug with `docsify-darklight-theme` plugin, whether it’s used with or without `docsify-themeable`. If you setup a raw docsify project: ```shell npx docsify init ./test-docs ```...
## What you expected to happen? Consensus to be met, weave to be ready. ## What happened? When installing a fresh cluster on GCP with kubespray, the installation randomly fails...
Hello, I’m using weave CNI in a K8S cluster, on Rocky Linux 8 (RHEL8 based) with firewalld enabled. I noticed that on firewalld reload/restart, iptables are flushed. This is the...
#### Summary Currently the CRD doesn’t allow defining the Service type, defaulting to a type of `ClusterIP`. This is needed in order to support [GKE Ingress](https://cloud.google.com/kubernetes-engine/docs/concepts/ingress), which do not allow...
## What you expected to happen? Given the following NetworkPolicy in namespace `ns1`: ```yaml kind: NetworkPolicy apiVersion: networking.k8s.io/v1 metadata: namespace: default name: deny-from-other-namespaces spec: podSelector: matchLabels: ingress: - from: -...
Hi everyone, I don’t have any time left to support this project, so I'm looking for a maintainer available to fix open issues and add new features on user request....
I need to setup a cluster with Kubespray while using an external CA. Since this process is not documented, I made a search and read [this issue](https://github.com/kubernetes-sigs/kubespray/issues/5687). I managed to...
I have the following issue trying to run xo on my project : ``` > [email protected] lint > xo Error: EACCES: permission denied, scandir '/fakepath/xo-eaccess-permission-denied-on-ignored-dir/.data/mysql/#innodb_redo' ``` I created a [repository...
### Issue and Steps to Reproduce **This is not an issue but rather a question / feature request.** I’m creating a front-end starter template for my company, with several things...