We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ad8b4 commit 5942830Copy full SHA for 5942830
make/clusterctl.mk
@@ -1,22 +1,13 @@
1
# Copyright 2023 D2iQ, Inc. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-define AWS_CREDENTIALS
5
-[default]
6
-aws_access_key_id = $(AWS_ACCESS_KEY_ID)
7
-aws_secret_access_key = $(AWS_SECRET_ACCESS_KEY)
8
-aws_session_token = $(AWS_SESSION_TOKEN)
9
-endef
10
-
11
-AWS_B64ENCODED_CREDENTIALS ?= $(shell echo "$$AWS_CREDENTIALS" | base64 -w0)
12
13
.PHONY: clusterctl.init
14
clusterctl.init:
15
env CLUSTER_TOPOLOGY=true \
16
EXP_RUNTIME_SDK=true \
17
EXP_CLUSTER_RESOURCE_SET=true \
18
EXP_MACHINE_POOL=true \
19
- AWS_B64ENCODED_CREDENTIALS=$(AWS_B64ENCODED_CREDENTIALS) \
+ AWS_B64ENCODED_CREDENTIALS= \
20
clusterctl init \
21
--kubeconfig=$(KIND_KUBECONFIG) \
22
--infrastructure docker,aws \
0 commit comments