mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
Update ingress example to use networking.k8s.io
extensions api group is deprecated in newer versions of Kubernetes.
This commit is contained in:
@@ -46,7 +46,7 @@ spec:
|
||||
# Default port used by the image
|
||||
- port: 5678
|
||||
---
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: networking.k8s.io/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: example-ingress
|
||||
|
||||
Reference in New Issue
Block a user