Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Feb 10, 2023
1 parent 26b5b7c commit 6d3c644
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ updates:
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
time: "01:50"
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/sunny0826/kubectl-sniffer)](https://goreportcard.com/report/github.com/sunny0826/kubectl-sniffer)
![GitHub](https://img.shields.io/github/license/sunny0826/kubectl-sniffer.svg)
[![GitHub release](https://img.shields.io/github/release/sunny0826/kubectl-sniffer)](https://github.com/sunny0826/kubectl-sniffer/releases)
[![Netlify Status](https://api.netlify.com/api/v1/badges/4e958759-6e9e-4c87-be89-4cb60e3036a0/deploy-status)](https://app.netlify.com/sites/kubectl-pod-lens/deploys)

<p align="center">
<a href="https://pod-lens.guoxudong.io">
Expand All @@ -23,12 +24,12 @@ The plugin can display pod-related:
* HPA
* PodDisruptionBudget (PDB)

**website**: [pod-lens.guoxudong.io](https://pod-lens.guoxudong.io)
**Website**: [pod-lens.guoxudong.io](https://pod-lens.guoxudong.io)

## Requirements

- Kubernetes 1.10.0+
- Kubectl 1.13.0+
- Kubernetes 1.19.0+
- Kubectl 1.18.0+
- Krew 0.4.0+

## Installation
Expand Down

0 comments on commit 6d3c644

Please sign in to comment.