Advertisement
Vitaly_Zverev

Untitled

Jan 22nd, 2024 (edited)
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.77 KB | None | 0 0
  1. apiVersion: deckhouse.io/v1
  2. kind: YandexClusterConfiguration
  3. layout: Standard
  4. masterNodeGroup:
  5.   instanceClass:
  6.     cores: 8
  7.     etcdDiskSizeGb: 10
  8.     externalIPAddresses:
  9.     - Auto
  10.     imageID: fd8ebb4u1u8mc6fheog1
  11.     memory: 16384
  12.     platform: standard-v2
  13.   replicas: 3
  14. nodeNetworkCIDR: 10.241.32.0/20
  15. provider:
  16.   cloudID: ???????????????
  17.   folderID: ???????????????
  18.   serviceAccountJSON: |
  19.     {
  20.       "id": "???????????????",
  21.       "service_account_id": "?????????????????",
  22.       "created_at": "2023-07-08T17:59:07.901659388Z",
  23.       "key_algorithm": "RSA_2048",
  24.       "public_key": "-----BEGIN PUBLIC KEY----------END PUBLIC KEY-----\n",
  25.       "private_key": "-----BEGIN PRIVATE KEY----------END PRIVATE KEY-----\n"
  26.      }
  27. sshPublicKey: ssh-rsa AAAAB.....
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement