Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove forcenew from workerpool fields in cluster resource and added ApplyOnce #4955

Merged
merged 31 commits into from
Jan 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7e0245c
remove forcenew from workerpool fields in cluster resource and added …
attilatabori Apr 6, 2023
bbc2698
doc update
attilatabori Apr 11, 2023
101e9f5
remove ForceNew lines, added ApplyOnce in vpc taints, Doc Update
attilatabori Apr 11, 2023
f63103f
import on create
attilatabori Apr 17, 2023
c9d84ee
log and error change
attilatabori Apr 17, 2023
54f77a9
remove some deprecated code, updated create and update funcs.
attilatabori Apr 26, 2023
31e504d
Merge branch 'master' into sep_cluster_workerpool
attilatabori Apr 26, 2023
fce78be
id vars
attilatabori Apr 26, 2023
28e94c9
tains not availble in read, no point making it computed
attilatabori Apr 27, 2023
db48a84
remove irrelevant update for worker_num in doc related to applyonce
attilatabori Apr 27, 2023
a53f675
review comments and vpc testcase
attilatabori May 2, 2023
47499a3
test import_on_create in classic
attilatabori May 3, 2023
5df086b
Update ibm/service/kubernetes/resource_ibm_container_vpc_worker_pool.go
attilatabori May 3, 2023
d5d2eec
Update ibm/service/kubernetes/resource_ibm_container_vpc_worker_pool.go
attilatabori May 3, 2023
4b4b816
review
attilatabori May 3, 2023
0bab5a5
Update ibm/service/kubernetes/resource_ibm_container_vpc_cluster.go
attilatabori May 5, 2023
3b7edd6
Update ibm/service/kubernetes/resource_ibm_container_vpc_cluster.go
attilatabori May 5, 2023
e5d9605
Update ibm/service/kubernetes/resource_ibm_container_vpc_cluster.go
attilatabori May 5, 2023
ca4ab90
labels apply once in classic cluster resource
attilatabori May 5, 2023
b773635
more test steps for classic wp
attilatabori May 16, 2023
fed4d18
more test steps for vpc wp
attilatabori May 16, 2023
f73c71c
Merge branch 'master' into sep_cluster_workerpool
attilatabori May 16, 2023
787e9dd
kms in create cluster
attilatabori May 26, 2023
9fb8125
Merge branch 'master' into sep_cluster_workerpool
attilatabori Jul 20, 2023
b4f63cd
comment header year
attilatabori Nov 28, 2023
3288960
Merge branch 'master' into sep_cluster_workerpool
attilatabori Nov 30, 2023
d36fc0e
conflict fix
attilatabori Dec 6, 2023
3d3427f
call update after create terrafrom to apply rest of the modifications
attilatabori Jan 17, 2024
cbdb1a0
Merge branch 'master' into sep_cluster_workerpool
attilatabori Jan 17, 2024
10ba4e0
update after cluster creation
attilatabori Jan 17, 2024
38d6943
remove enable kms from create, as it is present in update too
attilatabori Jan 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ibm/acctest/acctest.go
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ func init() {

KubeVersion = os.Getenv("IBM_KUBE_VERSION")
if KubeVersion == "" {
KubeVersion = "1.18"
KubeVersion = "1.25.9"
fmt.Println("[WARN] Set the environment variable IBM_KUBE_VERSION for testing ibm_container_cluster resource else it is set to default value '1.18.14'")
}

Expand Down
Loading
Loading