Mirantis Container Cloud (MCC) becomes part of Mirantis OpenStack for Kubernetes (MOSK)!
Starting with MOSK 25.2, the MOSK documentation set will cover all product layers, including MOSK management (formerly MCC). This means everything you need will be in one place. The separate MCC documentation site will be retired, so please update your bookmarks for continued easy access to the latest content.
PublicKey resource¶
This section describes the PublicKey
resource used in
MOSK to provide SSH access to every machine of a cluster.
The Container Cloud PublicKey
CR contains the following fields:
apiVersion
API version of the object that is
kaas.mirantis.com/v1alpha1
.
kind
Object type that is
PublicKey
.
metadata
The
metadata
object field of thePublicKey
resource contains the following fields:name
Name of the public key.
namespace
Project where the public key is created.
spec
The
spec
object field of thePublicKey
resource contains thepublicKey
field that is an SSH public key value.
The PublicKey
resource example:
apiVersion: kaas.mirantis.com/v1alpha1
kind: PublicKey
metadata:
name: demokey
namespace: test
spec:
publicKey: |
ssh-rsa AAAAB3NzaC1yc2EAAAA…