Hard-code the name of the target repo's default branch instead of using the githubbranch parameter value
This commit is contained in:
@@ -18,7 +18,7 @@ learn how to run multiple schedulers in Kubernetes with an example.
|
||||
|
||||
A detailed description of how to implement a scheduler is outside the scope of this
|
||||
document. Please refer to the kube-scheduler implementation in
|
||||
[pkg/scheduler](https://github.com/kubernetes/kubernetes/tree/{{< param "githubbranch" >}}/pkg/scheduler)
|
||||
[pkg/scheduler](https://github.com/kubernetes/kubernetes/tree/master/pkg/scheduler)
|
||||
in the Kubernetes source directory for a canonical example.
|
||||
|
||||
## {{% heading "prerequisites" %}}
|
||||
|
||||
Reference in New Issue
Block a user