Skip to content

Commit

Permalink
add machineClass example
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBatschner committed Dec 5, 2024
1 parent 3397c44 commit d26b94b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/machine-class.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ providerSpec:
#- key2 # A set of additional tags attached to a machine (optional)
region: europe-west1 # Region to attach the instanc
zone: europe-west1-b
# shieldedInstanceConfiguration: # An optional field to configure a shielded instance
# integrityMonitoring: false # Integrity monitoring is enabled by default for UEFI_COMPATIBLE machine images and can be disabled with this setting
# vtpm: false # A virtual Trusted Platform Module (vTPM) is enabled by default for UEFI_COMPATIBLE machine images and can be disabled with this setting
# secureBoot: true # This enables secureboot for the shielded instance
secretRef: # If required
name: test-secret
namespace: default # Namespace where the controller would watch

0 comments on commit d26b94b

Please sign in to comment.