Skip to content

Commit a2443da

Browse files
committed
chore: remove commented-out links from markdown files and update exclusions in lychee config
1 parent 503b097 commit a2443da

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

_posts/2023/2023-08-03-cilium-amazon-eks.md

-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ metadata:
607607
spec:
608608
consolidation:
609609
enabled: true
610-
# https://karpenter.sh/preview/concepts/provisioners/#cilium-startup-taint
611610
startupTaints:
612611
- key: node.cilium.io/agent-not-ready
613612
value: "true"

_posts/2024/2024-05-03-secure-cheap-amazon-eks-with-pod-identities.md

-3
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ Resources:
280280
TTL: 60
281281
ResourceRecords: !GetAtt HostedZone.NameServers
282282
# 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
284283
KarpenterNodeInstanceProfile:
285284
Type: "AWS::IAM::InstanceProfile"
286285
Properties:
@@ -631,7 +630,6 @@ Resources:
631630
Properties:
632631
AliasName: !Sub "alias/eks-${ClusterName}"
633632
TargetKeyId: !Ref KMSKey
634-
# https://karpenter.sh/v0.37/troubleshooting/#node-terminates-before-ready-on-failed-encrypted-ebs-volume
635633
KMSKey:
636634
Type: AWS::KMS::Key
637635
Properties:
@@ -1286,7 +1284,6 @@ prometheus:
12861284
resources:
12871285
requests:
12881286
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
12901287
additionalScrapeConfigs:
12911288
- job_name: karpenter
12921289
kubernetes_sd_configs:

lychee.toml

+3
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ exclude = [
3434
# Ignore all URLs which starts with 'file://'
3535
'file://',
3636
'fonts\.(googleapis|gstatic)\.com',
37+
'github\.com/.*?ref=.*',
38+
'kube-prometheus-stack-prometheus\.kube-prometheus-stack:9090',
3739
'linkedin\.com',
3840
'mylabs\.dev',
3941
'stackexchange\.com',
4042
'stackoverflow\.com',
43+
'stefanprodan\.github\.io/podinfo',
4144
'username\.github\.io',
4245
'www\.dell\.com',
4346
'www\.facebook\.com/sharer/sharer\.php\?title=TITLE&u=URL',

0 commit comments

Comments
 (0)