This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Commit 0ef937f
Rey Abe
remove camel case naming in kerberos secret names
The names are currently used when HadoopKerberosKeytabResolverStep
tries to safe the kerberos delegation token into a kubernete secret.
However, the current camel case values will cause a
io.fabric8.kubernetes.client.KubernetesClientException
stating the following:
a DNS-1123 subdomain must consist of lower case alphanumeric characters,
'-' or '.', and must start and end with an alphanumeric character (e.g.
'example.com', regex used for validation is
'[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')1 parent a0117ea commit 0ef937f
File tree
1 file changed
+3
-3
lines changed- resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments