forked from ROCm/k8s-gpu-dra-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.mk
More file actions
34 lines (34 loc) · 1.37 KB
/
env.mk
File metadata and controls
34 lines (34 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright (c) Advanced Micro Devices, Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the \"License\");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an \"AS IS\" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# =====================================================================
# AUTO-GENERATED from env.sh. DO NOT EDIT. Edit env.sh instead.
# =====================================================================
DRIVER_NAME ?= k8s-gpu-dra-driver
MODULE ?= github.com/ROCm/${DRIVER_NAME}
VERSION ?= v0.1.0
VENDOR ?= amd.com
APIS ?= gpu/v1alpha1
GOLANG_VERSION ?= 1.24.2
BUILDIMAGE_TAG ?= v1.0
DRIVER_IMAGE_REGISTRY ?= docker.io/rocm
DRIVER_IMAGE_NAME ?= "${DRIVER_NAME}"
DRIVER_IMAGE_PLATFORM ?= ubi-minimal-9.6
DRIVER_IMAGE_TAG ?= "${VERSION}"
DRIVER_CHART_REGISTRY ?= docker.io/rocm
KIND_K8S_REPO ?= https://github.com/kubernetes/kubernetes.git
KIND_K8S_TAG ?= v1.34.0
BUILD_KIND_IMAGE ?= false
KIND_CLUSTER_NAME ?= ${DRIVER_NAME}-cluster
HELM ?= "go run helm.sh/helm/v3/cmd/helm@latest"