You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
glog.Fatalf("Error reading ca file for Service Serving Certificate Signer: %s: %v", c.Options.ControllerConfig.ServiceServingCert.Signer.CertFile, err)
glog.Fatalf("Error parsing ca file for Service Serving Certificate Signer: %s: %v", c.Options.ControllerConfig.ServiceServingCert.Signer.CertFile, err)
133
+
}
134
+
135
+
// if we have a rootCA bundle add that too. The rootCA will be used when hitting the default master service, since those are signed
136
+
// using a different CA by default. The rootCA's key is more closely guarded than ours and if it is compromised, that power could
137
+
// be used to change the trusted signers for every pod anyway, so we're already effectively trusting it.
0 commit comments