Skip to content

Commit

Permalink
[kubernetes] Kube-scheduler: remove/update deprecated component confi…
Browse files Browse the repository at this point in the history
…g v1beta3 (kubernetes-sigs#10484)
  • Loading branch information
mzaian authored and guy.gold committed Oct 30, 2023
1 parent 76dd2a8 commit 2be9479
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% set kubescheduler_config_api_version = "v1beta3" %}
apiVersion: kubescheduler.config.k8s.io/{{ kubescheduler_config_api_version | d('v1') }}
apiVersion: kubescheduler.config.k8s.io/v1
kind: KubeSchedulerConfiguration
clientConnection:
kubeconfig: "{{ kube_config_dir }}/scheduler.conf"
Expand Down

0 comments on commit 2be9479

Please sign in to comment.