Remove k8s versions older than 1.21

k8s versions older than 1.21 are no longer required. This change removes k8s older versions - 1.18.1, 1.19.13 and 1.20.9

Test-plan: Debian
PASS: system kube-version-list doesn't show the old versions - 1.18.1, 1.19.13 and 1.20.9

Story: 2010301
Task: 46416

Signed-off-by: rsivanan <rameshkumar.sivanandam@windriver.com>
Change-Id: Ia1dc4b105e091e83f3bcf8a5038f40ff4c29a7c1
This commit is contained in:
rsivanan 2022-09-27 05:28:10 -04:00
parent e97c9c922b
commit 19f721037c
1 changed files with 0 additions and 18 deletions

View File

@ -129,24 +129,6 @@ POD_START_INTERVAL = 10
def get_kube_versions():
"""Provides a list of supported kubernetes versions."""
return [
{'version': 'v1.18.1',
'upgrade_from': [],
'downgrade_to': [],
'applied_patches': [],
'available_patches': [],
},
{'version': 'v1.19.13',
'upgrade_from': ['v1.18.1'],
'downgrade_to': [],
'applied_patches': [],
'available_patches': [],
},
{'version': 'v1.20.9',
'upgrade_from': ['v1.19.13'],
'downgrade_to': [],
'applied_patches': [],
'available_patches': [],
},
{'version': 'v1.21.8',
'upgrade_from': ['v1.20.9'],
'downgrade_to': [],