Skip to content

Commit 6f1e7af

Browse files
committed
chore: fixing e2e tests
Changes to fix the e2e tests for the garbage collection feature after graduating the feature. Signed-off-by: Richard Case <[email protected]>
1 parent 85f9397 commit 6f1e7af

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

devbox.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#git",
1414
"source": "nixpkg"
1515
},
16+
"github:NixOS/nixpkgs/nixpkgs-unstable": {
17+
"resolved": "github:NixOS/nixpkgs/573c650e8a14b2faa0041645ab18aed7e60f0c9a?lastModified=1741865919&narHash=sha256-4thdbnP6dlbdq%2BqZWTsm4ffAwoS8Tiq1YResB%2BRP6WE%3D"
18+
},
1619
1720
"last_modified": "2024-12-23T21:10:33Z",
1821
"resolved": "github:NixOS/nixpkgs/de1864217bfa9b5845f465e771e0ecb48b30e02d#go_1_22",

docs/book/src/topics/external-resource-gc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export EXTERNAL_RESOURCE_GC=false
3030
clusterctl init --infrastructure aws
3131
```
3232

33-
> Note: if you disablw this feature **ALL** clusters will be marked as not requiring garbage collection.
33+
> Note: if you disable this feature **ALL** clusters will be marked as not requiring garbage collection.
3434
3535
## Operations
3636

test/e2e/data/gcworkload.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: podinfo
5+
namespace: default
56
spec:
67
minReadySeconds: 3
78
revisionHistoryLimit: 5
@@ -77,6 +78,7 @@ apiVersion: v1
7778
kind: Service
7879
metadata:
7980
name: podinfo-elb
81+
namespace: default
8082
spec:
8183
type: LoadBalancer
8284
selector:
@@ -95,6 +97,7 @@ apiVersion: v1
9597
kind: Service
9698
metadata:
9799
name: podinfo-nlb
100+
namespace: default
98101
annotations:
99102
service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
100103
spec:

0 commit comments

Comments
 (0)