Add translation for Logging in ID localization (#16071)
* Add id translation for logging * Fix templating issue * Fix templating issue * Fix templating issue * Add files example for SIG ID logging docs * Fix id-cluster-logging
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a005a107ad
commit
6111ca7afa
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: counter
|
||||
spec:
|
||||
containers:
|
||||
- name: count
|
||||
image: busybox
|
||||
args: [/bin/sh, -c,
|
||||
'i=0; while true; do echo "$i: $(date)"; i=$((i+1)); sleep 1; done']
|
||||
Reference in New Issue
Block a user