mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Merge pull request #14728 from kargakis/truncate-inherited-service-names
expose: Truncate service names
This commit is contained in:
11
hack/testdata/pod-with-large-name.yaml
vendored
Normal file
11
hack/testdata/pod-with-large-name.yaml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Used for testing name truncation in kubectl expose
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: kubernetes-serve-hostname
|
||||
labels:
|
||||
name: kubernetes-serve-hostname
|
||||
spec:
|
||||
containers:
|
||||
- name: kubernetes-serve-hostname
|
||||
image: gcr.io/google_containers/serve_hostname
|
Reference in New Issue
Block a user