File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 13
13
"resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#git",
14
14
"source": "nixpkg"
15
15
},
16
+ "github:NixOS/nixpkgs/nixpkgs-unstable": {
17
+ "resolved": "github:NixOS/nixpkgs/573c650e8a14b2faa0041645ab18aed7e60f0c9a?lastModified=1741865919&narHash=sha256-4thdbnP6dlbdq%2BqZWTsm4ffAwoS8Tiq1YResB%2BRP6WE%3D"
18
+ },
16
19
17
20
"last_modified": "2024-12-23T21:10:33Z",
18
21
"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
30
30
clusterctl init --infrastructure aws
31
31
```
32
32
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.
34
34
35
35
## Operations
36
36
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apiVersion: apps/v1
2
2
kind : Deployment
3
3
metadata :
4
4
name : podinfo
5
+ namespace : default
5
6
spec :
6
7
minReadySeconds : 3
7
8
revisionHistoryLimit : 5
@@ -77,6 +78,7 @@ apiVersion: v1
77
78
kind : Service
78
79
metadata :
79
80
name : podinfo-elb
81
+ namespace : default
80
82
spec :
81
83
type : LoadBalancer
82
84
selector :
@@ -95,6 +97,7 @@ apiVersion: v1
95
97
kind : Service
96
98
metadata :
97
99
name : podinfo-nlb
100
+ namespace : default
98
101
annotations :
99
102
service.beta.kubernetes.io/aws-load-balancer-type : " nlb"
100
103
spec :
You can’t perform that action at this time.
0 commit comments