Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] NetworkPolicy user guide #653

Conversation

caseydavenport
Copy link
Member

@caseydavenport caseydavenport commented Jun 10, 2016

User guide for the new NetworkPolicy resource that will be available in v1.3 under the extensions/v1beta1 api group.

@erictune
Copy link
Member

@caseydavenport I think these docs are for a 1.3 feature. Please rebase your work on top of release-1.3 docs, and open a new PR.

To rebase your work on 1.3 do something like this starting in the branch that you used for this PR:

COMMITS=$(git log master.. | grep commit | cut -f 2 -d " " | tac)
BR=$(git rev-parse --abbrev-ref HEAD)
git fetch upstream
git checkout upstream/release-1.3
git checkout -b $BR-1.3
for c in $COMMITS
do
  git cherry-pick $c; done
done
git push

@caseydavenport
Copy link
Member Author

Rebased and closing in favor of #710 - Thanks @erictune

mikutas pushed a commit to mikutas/k8s-website that referenced this pull request Feb 24, 2021
* Update GSoC content
* Description for scale testing project
* Improve some wording
* Fix some typos
* Address Thomas' feedback
* Fix bullet points spacing and typos

Signed-off-by: Ivan Sim <ivan@buoyant.io>
Okabe-Junya pushed a commit to Okabe-Junya/website that referenced this pull request Dec 4, 2023
 chore: update dev-es branch with main branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants