Simon Carr
Simon Carr
I believe what you are seeing is correct behaviour. A k3s agent has no roles. In k3s by default all nodes can run workload including masters unless tainted, however only...
OK, so I realised that the `latest` tag on docker hub has only been built to support Raspberry Pi's. I change the image to `V2.4.0` which is amd/64 and I...
Would you like me to change the documentation and take out references to browser support? On Tue, 18 Aug 2020 at 04:36, Peter Piekarczyk wrote: > Hi @simonjcarr , seems...
I don't know what underlying restrictions there might be, but would it not be possible for the auth token to be regenerated through the use of a refresh token (This...
I have only just come across caprover, so using for the first time today. Webhooks on GitHub worked fine for me and my webhook is 332 characters long. I was...
@amisevsk > I personally don't have time to set up a k3s cluster and start testing. ``` curl -sfL https://get.k3s.io | sh - ```
I have the same issue. I'm going to see if deleting the app and recreating it works. Not brilliant but everything else is so good I don't want to throw...
I am using prisma 4.11.0 and getting the same error ```js if (error instanceof PrismaClientKnownRequestError) { console.log(error.code) if (error.code === 'P2002') { throw new ForbiddenException('Email already exists') } } ```...
Any movement on PHP support. With frameworks like Laravel offering queues and workers, Pulumi would really fit into this ecosystem.