Skip to content

Commit

Permalink
Merge pull request bpfman#1359 from Billy99/billy99-namespace-scoped
Browse files Browse the repository at this point in the history
doc: add design document for Cluster vs Namespace
  • Loading branch information
mergify[bot] authored Jan 3, 2025
2 parents c5c2f48 + 0c8e358 commit c04fe6d
Show file tree
Hide file tree
Showing 12 changed files with 943 additions and 204 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Here are some links to help in your bpfman journey (all links are from the bpfma
on setting up your development environment and building bpfman.
- [Example eBPF Programs](https://bpfman.io/main/getting-started/example-bpf/) for some
examples of eBPF programs written in Go, interacting with `bpfman`.
- [Deploying the bpfman-operator](https://bpfman.io/main/developer-guide/develop-operator/) for details on launching
- [Deploying the bpfman-operator](https://bpfman.io/main/getting-started/develop-operator/) for details on launching
bpfman in a Kubernetes cluster.
- [Meet the Community](https://bpfman.io/main/governance/meetings/) for details on community meeting details.

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/posts/ebpf-container-challenges.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ We will use a [kind](https://kind.sigs.k8s.io/) deployment with bpfman for this
demo. See [Deploy Locally via KIND] for instructions on how to get this running.

[bpfman.io_v1alpha1_uprobe_uprobeprogram_containers.yaml]:https://github.com/bpfman/bpfman/blob/main/bpfman-operator/config/samples/bpfman.io_v1alpha1_uprobe_uprobeprogram_containers.yaml
[Deploy Locally via KIND]:../../developer-guide/operator-quick-start.md#deploy-locally-via-kind
[Deploy Locally via KIND]:../../getting-started/operator-quick-start.md#deploy-locally-via-kind

The container selector in the above yaml file is the following.

Expand Down
Loading

0 comments on commit c04fe6d

Please sign in to comment.