Senthil Kumaran
Senthil Kumaran
Do you recognize the reason for this error? > $ task --version 2.5.3 ``` Task 2 of 135: * **Bugs** tid: 3443278955 name: * **Bugs** project: Bag priority: tags: entry:...
chore: update .go-version
I started datasette and tried to load the power plant dataset. It gave me 404 
I dived into it immediately asking questions interactively to participate in the course, but the response was quite astray. I thought, it was focused RAG on this repo and the...
### What did you expect to happen? I expect atuin to install and setup the configuration ### What happened? ``` (.venv) (base) ➜ todo git:(main) ✗ curl --proto '=https' --tlsv1.2...
Work In Progress - Migrate to aws sdk go v2. Ensure [Integration Tests](https://github.com/aws/amazon-vpc-cni-k8s/actions/workflows/integration-tests.yaml?query=branch%3Asdk_v2_update) are successful before merge. * [ ] Remove awserr. * [ ] Remove session. * [ ]...
The Kops Integration Test has been failing against the master branch. We need to fix this - https://github.com/aws/amazon-vpc-cni-k8s/actions/runs/11462980868
``` $ git log -n 1 commit 30115aae627ca5aaa8429bd0ff598d66f95732cd (HEAD -> master, origin/master, origin/HEAD) Author: Senthil Kumaran Date: Thu Oct 17 11:59:15 2024 -0700 Fix Formatting in troubleshooting doc (#3074) ```...
**What happened**: Currently (Sep 24) - we use `github.com/aws/aws-sdk-go v1.55.5` AWS SDK Go v1 was deprecated, and we need to update to SDK v2.
When an ENIConfig with name is given a number, instead of string, ``` apiVersion: crd.k8s.amazonaws.com/v1alpha1 kind: ENIConfig metadata: name: 3 namespace: kube-system spec: securityGroups: - sg-xx - sg-xx2 subnet: subnet-xxx...