Skip to content

Commit

Permalink
Merge pull request #32997 from guresonur/patch-2
Browse files Browse the repository at this point in the history
Update ingress.md
  • Loading branch information
k8s-ci-robot committed Apr 20, 2022
2 parents 320d290 + 50e01a0 commit 7c09c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/services-networking/ingress.md
Expand Up @@ -74,7 +74,7 @@ A minimal Ingress resource example:

{{< codenew file="service/networking/minimal-ingress.yaml" >}}

As with all other Kubernetes resources, an Ingress needs `apiVersion`, `kind`, and `metadata` fields.
An Ingress needs `apiVersion`, `kind`, `metadata` and `spec` fields.
The name of an Ingress object must be a valid
[DNS subdomain name](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names).
For general information about working with config files, see [deploying applications](/docs/tasks/run-application/run-stateless-application-deployment/), [configuring containers](/docs/tasks/configure-pod-container/configure-pod-configmap/), [managing resources](/docs/concepts/cluster-administration/manage-deployment/).
Expand Down

0 comments on commit 7c09c7b

Please sign in to comment.