File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -607,7 +607,6 @@ metadata:
607
607
spec:
608
608
consolidation:
609
609
enabled: true
610
- # https://karpenter.sh/preview/concepts/provisioners/#cilium-startup-taint
611
610
startupTaints:
612
611
- key: node.cilium.io/agent-not-ready
613
612
value: "true"
Original file line number Diff line number Diff line change @@ -280,7 +280,6 @@ Resources:
280
280
TTL: 60
281
281
ResourceRecords: !GetAtt HostedZone.NameServers
282
282
# https://karpenter.sh/docs/reference/cloudformation/
283
- # https://github.com/aws/karpenter-provider-aws/blob/main/website/content/en/v0.37/getting-started/getting-started-with-karpenter/cloudformation.yaml
284
283
KarpenterNodeInstanceProfile:
285
284
Type: "AWS::IAM::InstanceProfile"
286
285
Properties:
@@ -631,7 +630,6 @@ Resources:
631
630
Properties:
632
631
AliasName: !Sub "alias/eks-${ClusterName} "
633
632
TargetKeyId: !Ref KMSKey
634
- # https://karpenter.sh/v0.37/troubleshooting/#node-terminates-before-ready-on-failed-encrypted-ebs-volume
635
633
KMSKey:
636
634
Type: AWS::KMS::Key
637
635
Properties:
@@ -1286,7 +1284,6 @@ prometheus:
1286
1284
resources:
1287
1285
requests:
1288
1286
storage: 2Gi
1289
- # https://github.com/aws/karpenter-provider-aws/blob/main/website/content/en/v0.37/getting-started/getting-started-with-karpenter/prometheus-values.yaml
1290
1287
additionalScrapeConfigs:
1291
1288
- job_name: karpenter
1292
1289
kubernetes_sd_configs:
Original file line number Diff line number Diff line change @@ -34,10 +34,13 @@ exclude = [
34
34
# Ignore all URLs which starts with 'file://'
35
35
' file://' ,
36
36
' fonts\.(googleapis|gstatic)\.com' ,
37
+ ' github\.com/.*?ref=.*' ,
38
+ ' kube-prometheus-stack-prometheus\.kube-prometheus-stack:9090' ,
37
39
' linkedin\.com' ,
38
40
' mylabs\.dev' ,
39
41
' stackexchange\.com' ,
40
42
' stackoverflow\.com' ,
43
+ ' stefanprodan\.github\.io/podinfo' ,
41
44
' username\.github\.io' ,
42
45
' www\.dell\.com' ,
43
46
' www\.facebook\.com/sharer/sharer\.php\?title=TITLE&u=URL' ,
You can’t perform that action at this time.
0 commit comments