Azure / Azure/kubernetes-volume-drivers

Documentation Typo: "Install blobfuse driver on a kubernetes cluster" for 1.7 and 1.8

Open
#21 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
127
Forks
62
Avg merge
1d 23h
Merged PRs (30d)
2

Description

**What happened**:
The documentation for the command to use on Kubernetes 1.7 and 1.8 has a typo.

**What you expected to happen**:
The command provided for 1.7 & 1.8 should work.

**How to reproduce it**:
Review the steps under "for version v1.8 & v1.7" in https://github.com/Azure/kubernetes-volume-drivers/blob/master/flexvolume/blobfuse/README.md#2-install-blobfuse-driver-on-every-agent-vm.

**Anything else we need to know?**:
- This command:
```
kubectl apply -f https://raw.githubusercontent.com/Azure/kubernetes-volume-drivers/master/flexvolume/blobfuse/deployment/blobfuse-> flexvol-installer-1.8.yaml
```

should probably be:
```
kubectl apply -f https://raw.githubusercontent.com/Azure/kubernetes-volume-drivers/master/flexvolume/blobfuse/deployment/blobfuse-flexvol-installer-1.8.yaml
```
- The formatting for the "for version v1.8 & v1.7" section should also be fixed to be consistent with the formatting of the section for 1.9.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in flexvolume/blobfuse/README.md at “2. Install blobfuse driver on every agent VM,” specifically the “for version v1.8 & v1.7” section. Compare it with the v1.9 section, correct the blobfuse-flexvol-installer-1.8.yaml command and make the formatting consistent; done means the documented command and section formatting are accurate.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes, shell
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.