File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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+ },
16191720 "last_modified": "2024-12-23T21:10:33Z",
1821 "resolved": "github:NixOS/nixpkgs/de1864217bfa9b5845f465e771e0ecb48b30e02d#go_1_22",
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export EXTERNAL_RESOURCE_GC=false
3030clusterctl 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
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apiVersion: apps/v1
22kind : Deployment
33metadata :
44 name : podinfo
5+ namespace : default
56spec :
67 minReadySeconds : 3
78 revisionHistoryLimit : 5
@@ -77,6 +78,7 @@ apiVersion: v1
7778kind : Service
7879metadata :
7980 name : podinfo-elb
81+ namespace : default
8082spec :
8183 type : LoadBalancer
8284 selector :
@@ -95,6 +97,7 @@ apiVersion: v1
9597kind : Service
9698metadata :
9799 name : podinfo-nlb
100+ namespace : default
98101 annotations :
99102 service.beta.kubernetes.io/aws-load-balancer-type : " nlb"
100103spec :
You can’t perform that action at this time.
0 commit comments