Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 533 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 533 Bytes

Minimum Kubernetes Version

Specify a minimum Kubenetes version to run this TiltFile

If the minimum version is not met, Tilt will stop executing using the fail api

Usage

load('ext://min_k8s_version', 'min_k8s_version')
min_k8s_version('1.18.3')

Maximum Kubernetes Version

Specify a maximum Kubenetes version to run this TiltFile

If the minimum version is not met, Tilt will stop executing using the fail api

Usage

load('ext://min_k8s_version', 'max_k8s_version')
max_k8s_version('1.21.1')