Skip to content

Commit

Permalink
fixed broken links on design dir
Browse files Browse the repository at this point in the history
Signed-off-by: SafeEHA <[email protected]>
  • Loading branch information
SafeEHA committed Mar 5, 2024
1 parent 072349d commit 723fc7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion design/baremetal-operator/kubebuilder-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ all metal3 repositories.
- The [v1alpha2 API
migration](https://github.com/metal3-io/metal3-docs/pull/101)
proposal.
- [operator-sdk 1.0 migration guide](https://sdk.operatorframework.io/docs/building-operators/golang/project_migration_guide/)
- [operator-sdk 1.0 migration guide](https://sdk.operatorframework.io/docs/building-operators/golang/migration/)
- [migration implementation pull request](https://github.com/metal3-io/baremetal-operator/pull/655)
- updates to kustomize deployment files and CI fixes:
- <https://github.com/metal3-io/baremetal-operator/pull/672>
Expand Down
2 changes: 1 addition & 1 deletion design/nodes-machines-and-hosts.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ such as draining the node for maintenance. The definition of Node is
owned by the Kubernetes core, and offers few opportunities to attach
custom data.

[Machine](https://kubernetes-sigs.github.io/cluster-api/common_code/machine_controller.html)
[Machine](https://cluster-api.sigs.k8s.io/developer/architecture/controllers/machine)
objects represent a *request* for an instance of kubelet. A parallel
design is the persistent volume claim and persistent volume in the
storage APIs. The Machine CRD is owned by the cluster-api SIG. Machine
Expand Down
2 changes: 1 addition & 1 deletion design/sync-labels-bmh-to-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ this label.

There is also a security vulnerability associated with kubelet's ability to
self-label the Node object. This has been
[addressed](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/0000-20170814-bounding-self-labeling-kubelets.md).
[addressed](https://github.com/kubernetes/enhancements/blob/master/keps/sig-auth/279-limit-node-access/README.md).
However, as a consequence, BMH labels that fall within the *.kubernetes.io/*
space cannot be specified via kubelet's `--node-labels` flag.

Expand Down

0 comments on commit 723fc7e

Please sign in to comment.