Documentation
¶
Index ¶
- Constants
- func AddProxyConfigToCluster(sshRunner *ssh.Runner, ocConfig oc.Config, proxy *network.ProxyConfig) error
- func AddProxyToKubeletAndCriO(sshRunner *ssh.Runner, proxy *network.ProxyConfig) error
- func ApproveCSRAndWaitForCertsRenewal(sshRunner *ssh.Runner, ocConfig oc.Config, client, server bool) error
- func CheckCertsValidity(sshRunner *ssh.Runner) (map[string]bool, error)
- func CheckProxySettingsForOperator(ocConfig oc.Config, proxy *network.ProxyConfig, deployment, namespace string) (bool, error)
- func DeleteOpenshiftAPIServerPods(ocConfig oc.Config) error
- func EnsureClusterIDIsNotEmpty(ocConfig oc.Config) error
- func EnsurePullSecretPresentInTheCluster(ocConfig oc.Config, pullSec PullSecretLoader) error
- func EnsurePullSecretPresentOnInstanceDisk(sshRunner *ssh.Runner, pullSecret PullSecretLoader) error
- func ForgetPullSecret() error
- func GetRootPartitionUsage(sshRunner *ssh.Runner) (int64, int64, error)
- func StartMonitoring(ocConfig oc.Config) error
- func WaitForAPIServer(ocConfig oc.Config) error
- func WaitForClusterStable(ocConfig oc.Config, monitoringEnabled bool) error
- func WaitForOpenshiftResource(ocConfig oc.Config, resource string) error
- func WaitForRequestHeaderClientCaFile(sshRunner *ssh.Runner) error
- func WaitForSSH(sshRunner *ssh.Runner) error
- type PullSecretLoader
- type PullSecretMemoizer
- type Status
Constants ¶
View Source
const ( KubeletServerCert = "/var/lib/kubelet/pki/kubelet-server-current.pem" KubeletClientCert = "/var/lib/kubelet/pki/kubelet-client-current.pem" AggregatorClientCert = "/etc/kubernetes/static-pod-resources/kube-apiserver-certs/configmaps/aggregator-client-ca/ca-bundle.crt" )
Variables ¶
This section is empty.
Functions ¶
func AddProxyConfigToCluster ¶
func AddProxyToKubeletAndCriO ¶
func AddProxyToKubeletAndCriO(sshRunner *ssh.Runner, proxy *network.ProxyConfig) error
AddProxyToKubeletAndCriO adds the systemd drop-in proxy configuration file to the instance, both services (kubelet and crio) need to be restarted after this change. Since proxy operator is not able to make changes to in the kubelet/crio side, this is the job of machine config operator on the node and for crc this is not possible so we do need to put it here.
func ApproveCSRAndWaitForCertsRenewal ¶ added in v1.20.0
func DeleteOpenshiftAPIServerPods ¶ added in v1.14.0
func EnsureClusterIDIsNotEmpty ¶ added in v1.20.0
func EnsurePullSecretPresentInTheCluster ¶ added in v1.20.0
func EnsurePullSecretPresentInTheCluster(ocConfig oc.Config, pullSec PullSecretLoader) error
func EnsurePullSecretPresentOnInstanceDisk ¶ added in v1.20.0
func EnsurePullSecretPresentOnInstanceDisk(sshRunner *ssh.Runner, pullSecret PullSecretLoader) error
func ForgetPullSecret ¶ added in v1.23.0
func ForgetPullSecret() error
func GetRootPartitionUsage ¶
Return size of disk, used space in bytes and the mountpoint
func StartMonitoring ¶ added in v1.21.0
func WaitForAPIServer ¶ added in v1.21.0
func WaitForClusterStable ¶ added in v1.23.0
WaitForClusterStable checks that the cluster is running a number of consecutive times
func WaitForOpenshiftResource ¶ added in v1.13.0
func WaitForRequestHeaderClientCaFile ¶ added in v1.20.0
func WaitForSSH ¶ added in v1.14.0
Types ¶
type PullSecretLoader ¶ added in v1.23.0
func NewInteractivePullSecretLoader ¶ added in v1.23.0
func NewInteractivePullSecretLoader(config crcConfig.Storage) PullSecretLoader
func NewNonInteractivePullSecretLoader ¶ added in v1.23.0
func NewNonInteractivePullSecretLoader(config crcConfig.Storage, path string) PullSecretLoader
type PullSecretMemoizer ¶ added in v1.23.0
type PullSecretMemoizer struct {
Getter PullSecretLoader
// contains filtered or unexported fields
}
func (*PullSecretMemoizer) Value ¶ added in v1.23.0
func (p *PullSecretMemoizer) Value() (string, error)
type Status ¶ added in v1.14.0
type Status struct {
Available bool
Degraded bool
Progressing bool
Disabled bool
// contains filtered or unexported fields
}
func GetClusterOperatorStatus ¶ added in v1.13.0
func GetClusterOperatorsStatus ¶ added in v1.14.0
Click to show internal directories.
Click to hide internal directories.