Skip to content

Commit 5b407ff

Browse files
committed
linting: removing lots of whitespaces at the EOL
Signed-off-by: entlein <einentlein@gmail.com>
1 parent a4674d7 commit 5b407ff

1 file changed

Lines changed: 10 additions & 13 deletions

File tree

DEVELOPMENT.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Decide first if you'd like a full buildsystem (on a VM) or a containerized dev e
1414

1515
### VM as buildsystem
1616

17-
This utilizes `chef` to setup all dependencies and is based on `ubuntu`.
17+
This utilizes `chef` to setup all dependencies and is based on `ubuntu`.
1818
> [!Important]
1919
> The below description defaults to using a `minikube` on this VM for the developer to have an `all-in-one` setup. The VM type must support nested virtualization for `minikube` to work. Please confirm that the nested virtualization really is turned on before you continue, not all VM-types support it.
2020
> If you `bring-your-own-k8s`, you may disregard this.
@@ -24,7 +24,7 @@ advancedMachineFeatures:
2424
enableNestedVirtualization: true
2525
```
2626
27-
The following specifics were tested on GCP on a Ubuntu 24.04 (May 2025). Please see the latest [packer file](https://github.com/pixie-io/pixie/blob/main/tools/chef/Makefile#L56) for the current supported Ubuntu version: The initial compilation is CPU intense and `16vcpu` were a good trade-off, a balanced disk of 500 GB seems convenient and overall `n2-standard-16` works well.
27+
The following specifics were tested on GCP on a Ubuntu 24.04 (May 2025). Please see the latest [packer file](https://github.com/pixie-io/pixie/blob/main/tools/chef/Makefile#L56) for the current supported Ubuntu version: The initial compilation is CPU intense and `16vcpu` were a good trade-off, a balanced disk of 500 GB seems convenient and overall `n2-standard-16` works well.
2828

2929
> [!Warning]
3030
> The first `full build` takes several hours and at least 160 Gb of space
@@ -74,7 +74,6 @@ echo "source /opt/px_dev/pxenv.inc " >> ~/.bashrc
7474

7575
#### 2) If using cache, tell bazel about it
7676

77-
7877
Edit the `<directory-path>` into the .bazelrc and put it into your homedir:
7978
```
8079
# Global bazelrc file, see https://docs.bazel.build/versions/master/guide.html#bazelrc.
@@ -89,15 +88,15 @@ cp .bazelrc ~/.
8988
```
9089

9190
#### 3) Create/Use a registry you control and login
92-
91+
9392
```sh
9493
docker login ghcr.io/<myregistry>
9594
```
9695

97-
#### 4) Prepare your kubernetes
96+
#### 4) Prepare your kubernetes
9897

9998
> [!Important]
100-
> The below description defaults to using a `minikube` on this VM for the developer to have an `all-in-one` setup.
99+
> The below description defaults to using a `minikube` on this VM for the developer to have an `all-in-one` setup.
101100
> If you `bring-your-own-k8s`, please prepare your preferred setup and go to Step 5
102101

103102
If you added your user to the libvirt group (`sudo usermod -aG libvirt $USER`), starting the development environment on this VM will now work (if you did this interactively: you need to refresh your group membership, e.g. by logout/login). The following command will, amongst other things, start minikube
@@ -118,7 +117,7 @@ px deploy -p=1Gi
118117
```
119118
For reference and further information https://docs.px.dev/installing-pixie/install-guides/hosted-pixie/cosmic-cloud.
120119

121-
Optional on `minikube`:
120+
Optional on `minikube`:
122121

123122
You may encounter the following WARNING, which is related to the kernel headers missing on the minikube node (this is not your VM node). This is safe to ignore if Pixie starts up properly and your cluster is queryable from Pixie's [Live UI](https://docs.px.dev/using-pixie/using-live-ui). Please see [pixie-issue2051](https://github.com/pixie-io/pixie/issues/2051) for further details.
124123
```
@@ -136,7 +135,7 @@ Review the compilation-mode suits your purposes:
136135
```
137136
cat skaffold/skaffold_vizier.yaml
138137
# Note: You will want to stick with a sysroot based build (-p x86_64_sysroot or -p aarch64_sysroot),
139-
# but you may want to change the --complication_mode setting based on your needs.
138+
# but you may want to change the --complication_mode setting based on your needs.
140139
# opt builds remove assert/debug checks, while dbg builds work with debuggers (gdb).
141140
# See the bazel docs for more details https://bazel.build/docs/user-manual#compilation-mode
142141
- name: x86_64_sysroot
@@ -151,10 +150,10 @@ cat skaffold/skaffold_vizier.yaml
151150
152151
Optional: you can make permanent your <default-repo> in the skaffold config:
153152
```sh
154-
skaffold config set default-repo <myregistry>
153+
skaffold config set default-repo <myregistry>
155154
skaffold run -f skaffold/skaffold_vizier.yaml -p x86_64_sysroot
156155
```
157-
156+
158157
Check that your docker login token is still valid, then
159158

160159
```sh
@@ -298,6 +297,4 @@ export PL_TESTING_ENV=dev
298297
You will be able to run any of the CLI commands using `bazel run`.
299298
300299
- `bazel run //src/pixie_cli:px -- deploy` will be equivalent to `px deploy`
301-
- `bazel run //src/pixie_cli:px -- run px/cluster` is the same as `px run px/cluster`
302-
303-
300+
- `bazel run //src/pixie_cli:px -- run px/cluster` is the same as `px run px/cluster`

0 commit comments

Comments
 (0)