openshift/kubeconfig¶
Cluster authentication and configuration file for kubectl/oc tools
This parameter stores the kubeconfig file containing authentication and configuration details for accessing the OpenShift cluster via CLI tools. This file is critical for cluster management and operations.
Requirements¶
- Must contain valid cluster certificates
- Must include proper authentication tokens
- Must be protected from unauthorized access
- Must contain correct API endpoints
Usage¶
Configuration storage:
# Default location during installation
/root/cluster/auth/kubeconfig
# Provides configuration for:
- API server endpoints
- Authentication details
- Certificate authorities
- Context information
- Cluster access credentials
Notes: - Generated during cluster installation - Contains sensitive cluster access details - Required for CLI operations - Should be backed up securely - Used by oc and kubectl commands
Objects that Reference openshift/kubeconfig¶
Not used in current content packs
Objects used by openshift/kubeconfig¶
Not used in current content packs