Skip to content

Commit 333d636

Browse files
committed
add a note about production clusters and proper certificates
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 19c2ad2 commit 333d636

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

cmd/fpga_admissionwebhook/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ controller webhook plugin.
5454
The default webhook deployment depends on having [cert-manager](https://cert-manager.io/)
5555
installed. See its installation instructions [here](https://cert-manager.io/docs/installation/kubectl/).
5656

57+
> **Note**: The default deployment for the Intel FPGA webhook uses self-signed certificates. For a production cluster, the certificate issuer should be properly set and not use a self-signed method.
58+
5759
Also if your cluster operates behind a corporate proxy make sure that the API
5860
server is configured not to send requests to cluster services through the
5961
proxy. You can check that with the following command:

cmd/operator/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ deployments/operator/samples/deviceplugin_v1_dsadeviceplugin.yaml: intel.feat
6262

6363
### Cert-Manager
6464

65+
> **Note**: The default deployment for the Intel Device Plugin operator uses self-signed certificates. For a production cluster, the certificate issuer should be properly set and not use a self-signed method.
66+
6567
The default operator deployment depends on [cert-manager](https://cert-manager.io/) running in the cluster.
6668
See installation instructions [here](https://cert-manager.io/docs/installation/kubectl/).
6769

cmd/sgx_admissionwebhook/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ controller webhook plugin.
3232
The default webhook deployment depends on having [cert-manager](https://cert-manager.io/)
3333
installed. See its installation instructions [here](https://cert-manager.io/docs/installation/kubectl/).
3434

35+
> **Note**: The default deployment for the Intel SGX webhook uses self-signed certificates. For a production cluster, the certificate issuer should be properly set and not use a self-signed method.
36+
3537
Also if your cluster operates behind a corporate proxy make sure that the API
3638
server is configured not to send requests to cluster services through the
3739
proxy. You can check that with the following command:

0 commit comments

Comments
 (0)