Skip to content

Conversation

@sredituo
Copy link

The documentation currently states "Create a NodePort service" (in the "Key components" section).
However, the provided YAML manifest does not specify type: NodePort, so it defaults to ClusterIP.
I have updated the text to "ClusterIP service".

❯ cat 03-service.yaml
apiVersion: v1
kind: Service
metadata:
  namespace: game-2048
  name: service-2048
spec:
  ports:
    - port: 80
      targetPort: 80
      protocol: TCP
  selector:
    app.kubernetes.io/name: app-2048

❯ kubectl apply -f 03-service.yaml
service/service-2048 created

❯ kubectl get service -n game-2048
NAME           TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)   AGE
service-2048   ClusterIP   10.100.255.129   <none>        80/TCP    96s

tucktuck9 and others added 30 commits August 5, 2025 16:23
Added consideration for pod subnets
* add docs for the new associatePublicIPAddress field

* add change log

---------

Co-authored-by: Geoffrey Cline <geoffreyc@outlook.com>
…s#1082)

* fix: fixed incorrect command for "Step 6: Scale down CoreDNS"

* fix: fixed spelling issue
The aws eks create-cluster command was incorrect. The value in --resources-vpc-config subnetIds= argument had incorrect double quotations.
* hybrid node doc remove redundant newline

* hybrid node doc add missing space

* hybrid node doc fix broken link
Update automode-learn-instances.adoc
fix typo in auto mode release notes
updated ssm endpoint requirement for private cluster for  ssm:RegisterManagedInstance api event
pgasca and others added 26 commits November 3, 2025 14:49
Highlight the generated key for NodeDiagnostic should be ends with .tar.gz
…er-access-policy

Add AmazonEKSSecretReaderPolicy reference documentation in EKS Access Policy Reference
…ture

document the new helm EBS CSI feaure for disabling mutating permissions
Update Cilium v1.17.9 and v1.18.3 support for EKS Hybrid Nodes
[AL2 EOS Prep] Update worker.adoc: AL2023/Nodeadm updates
[AL2 EOS Prep] Update cni-custom-network-tutorial.adoc
[AL2 EOS Prep] Update launch-templates.adoc
[AL2 EOS Prep] Update private-clusters.adoc to be specific to AL2023
…les (awsdocs#1167)

This script analyzes all .adoc files in latest/ug/ to find broken xrefs.
It processes files in parallel and detects both xref: and <<>> syntax forms,
as well as multiple section ID formats including [[id]], [#id], and
auto-generated IDs from section headers.

The script reports:
- Broken cross-references with file paths and line numbers
- Duplicate section IDs across files
- Summary statistics

Results: Analyzed 394 files, found 3,878 section IDs and 2,241 xrefs,
with only 2 broken xrefs (both placeholder examples in contribution docs).

Co-authored-by: Claude <noreply@anthropic.com>
…-capacity

docs: add auto mode static capacity docs
Added command and rectified document
Quickstart guide LLM inference on EKS with vLLM
@sredituo sredituo requested a review from a team as a code owner November 24, 2025 08:01
@aws-amplify-us-east-1
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-1175.d3rijirjvbh87e.amplifyapp.com

@tucktuck9 tucktuck9 requested a review from a team as a code owner December 3, 2025 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.