Red Hat Training

A Red Hat training course is available for OpenShift Container Platform

34.2. 配置并确定是否启用了加密

要激活数据加密,请将 --experimental-encryption-provider-config 参数传递给 Kubernetes API 服务器:

master-config.yaml摘录

kubernetesMasterConfig:
  apiServerArguments:
    experimental-encryption-provider-config:
    - /path/to/encryption-config.yaml

有关 master-config.yaml 及其格式的更多信息,请参阅 主配置文件 主题。